mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 10:38:40 +00:00
Change production type
This commit is contained in:
parent
f2ac21bed3
commit
0a39db4dc3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue