disable request size limits
This commit is contained in:
parent
406a0ec8e0
commit
3fd288be4f
@ -23,6 +23,7 @@ public class ImportController : Controller
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
[DisableRequestSizeLimit]
|
||||
[Consumes("text/json", "application/json")]
|
||||
public async Task<IActionResult> ImportEvent()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user