disable request size limits
This commit is contained in:
@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user