From 01507fe86ac63ff5b0923cf745304430f2845405 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Feb 2023 23:13:34 +0000 Subject: [PATCH] --- server/Controllers/FetchController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Controllers/FetchController.cs b/server/Controllers/FetchController.cs index fb7683d..53bd9f3 100644 --- a/server/Controllers/FetchController.cs +++ b/server/Controllers/FetchController.cs @@ -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 {