feat: add maxRequestBodySize in backend configuration

This commit is contained in:
Wieland Schöbl
2019-02-21 15:16:37 +00:00
committed by Karl-Philipp Wulfert
parent 8f66abbb73
commit b5bd09e40b
+5
View File
@@ -35,6 +35,11 @@ export interface SCBackendConfiguration {
*/
maxMultiSearchRouteQueries: number;
/**
* Maximum body size for requests
*/
maxRequestBodySize: number;
/**
* Name of university
*/