From 099ecc55689afb743c918bc8b5f8367f2b2585f2 Mon Sep 17 00:00:00 2001 From: Michael VanOverbeek Date: Sun, 31 Oct 2021 13:51:40 -0400 Subject: [PATCH] I have no idea how to describe this change, just read the diff --- ProjectLighthouse/Controllers/MessageController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Controllers/MessageController.cs b/ProjectLighthouse/Controllers/MessageController.cs index f3125d13..41c3c77f 100644 --- a/ProjectLighthouse/Controllers/MessageController.cs +++ b/ProjectLighthouse/Controllers/MessageController.cs @@ -7,7 +7,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers { [ApiController] [Route("LITTLEBIGPLANETPS3_XML/")] - // [Produces("text/plain")] + [Produces("text/plain")] public class MessageController : ControllerBase { private readonly Database database;