diff options
Diffstat (limited to 'backend/api/api/Controllers/FileController.cs')
-rw-r--r-- | backend/api/api/Controllers/FileController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/api/api/Controllers/FileController.cs b/backend/api/api/Controllers/FileController.cs index ad788e17..7ed16669 100644 --- a/backend/api/api/Controllers/FileController.cs +++ b/backend/api/api/Controllers/FileController.cs @@ -130,6 +130,7 @@ namespace api.Controllers [HttpPost("Csv")] [Authorize(Roles = "User,Guest")] + [DisableRequestSizeLimit] public async Task<ActionResult<string>> CsvUpload([FromForm]IFormFile file) { |