feat: add maxRequestBodySize in backend configuration

This commit is contained in:
Wieland Schöbl
2019-02-18 13:43:02 +01:00
committed by Karl-Philipp Wulfert
parent 8f66abbb73
commit b5bd09e40b

View File

@@ -35,6 +35,11 @@ export interface SCBackendConfiguration {
*/
maxMultiSearchRouteQueries: number;
/**
* Maximum body size for requests
*/
maxRequestBodySize: number;
/**
* Name of university
*/