Make FriendsController return text/xml

This commit is contained in:
Slendy 2023-05-02 21:05:41 -05:00
parent 3aa9033b67
commit 38e97a904a
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

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