This commit is contained in:
2020-10-23 22:52:31 +00:00
parent da9b64c355
commit d8dceb9183

View File

@@ -47,9 +47,8 @@ namespace AyaNova.Api.Controllers
/// </summary>
/// <param name="format">Valid values are: "csv","json"</param>
/// <param name="dataListSelection"></param>
/// <returns>downloadable export file name</returns>
[HttpPost("render")]
[HttpPost("render/{format}")]
public async Task<IActionResult> RenderExport([FromRoute] string format, [FromBody] DataListSelection dataListSelection)
{