From 0a39db4dc376c25e833989c0ba4076199da4a3a8 Mon Sep 17 00:00:00 2001 From: LumaLivy Date: Sun, 7 Nov 2021 17:11:07 -0500 Subject: [PATCH] Change production type --- ProjectLighthouse/Controllers/ScoreController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Controllers/ScoreController.cs b/ProjectLighthouse/Controllers/ScoreController.cs index 7715218a..36bcd1b3 100644 --- a/ProjectLighthouse/Controllers/ScoreController.cs +++ b/ProjectLighthouse/Controllers/ScoreController.cs @@ -14,7 +14,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers { [ApiController] [Route("LITTLEBIGPLANETPS3_XML/")] - [Produces("text/plain")] + [Produces("text/xml")] public class ScoreController : ControllerBase { private readonly Database database;