You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01:00
committed by
nitnelave
parent
ee7dc39afa
commit
ff66e918cf
@@ -90,6 +90,7 @@ where
|
||||
.into()
|
||||
});
|
||||
cfg.app_data(json_config);
|
||||
cfg.app_data(web::PayloadConfig::new(1 << 24)); // Max payload size: 16MB, allows for a 12MB image.
|
||||
cfg.service(
|
||||
web::resource("/graphql")
|
||||
.route(web::post().to(graphql_route::<Backend>))
|
||||
|
||||
Reference in New Issue
Block a user