mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-12 08:11:27 +00:00
Make FriendsController return text/xml
This commit is contained in:
parent
3aa9033b67
commit
38e97a904a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace LBPUnion.ProjectLighthouse.Servers.GameServer.Controllers;
|
|||
[ApiController]
|
||||
[Authorize]
|
||||
[Route("LITTLEBIGPLANETPS3_XML/")]
|
||||
[Produces("text/xml")]
|
||||
public class FriendsController : ControllerBase
|
||||
{
|
||||
private readonly DatabaseContext database;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue