This commit is contained in:
2023-02-16 23:13:34 +00:00
parent b36a650a03
commit 01507fe86a

View File

@@ -11,7 +11,7 @@ namespace Sockeye.Api.Controllers
{
[Route("fetch")]//Legacy v7 license fetch route
[Produces("application/json")]
[Produces("text/plain")]
public class FetchController : ControllerBase
{