disable request size limits

This commit is contained in:
2024-01-10 14:15:16 +00:00
parent 406a0ec8e0
commit 3fd288be4f

View File

@ -23,6 +23,7 @@ public class ImportController : Controller
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[HttpPost] [HttpPost]
[DisableRequestSizeLimit]
[Consumes("text/json", "application/json")] [Consumes("text/json", "application/json")]
public async Task<IActionResult> ImportEvent() public async Task<IActionResult> ImportEvent()
{ {