Change production type

This commit is contained in:
LumaLivy 2021-11-07 17:11:07 -05:00
commit 0a39db4dc3

View file

@ -14,7 +14,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
{ {
[ApiController] [ApiController]
[Route("LITTLEBIGPLANETPS3_XML/")] [Route("LITTLEBIGPLANETPS3_XML/")]
[Produces("text/plain")] [Produces("text/xml")]
public class ScoreController : ControllerBase public class ScoreController : ControllerBase
{ {
private readonly Database database; private readonly Database database;