I have no idea how to describe this change, just read the diff

This commit is contained in:
Michael VanOverbeek 2021-10-31 13:51:40 -04:00
parent a903741276
commit 099ecc5568

View file

@ -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;