mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-10-04 23:30:23 +00:00
Fix digest tests and update controllers with new digest attribute
This commit is contained in:
parent
fd210b3125
commit
d458eb90ad
29 changed files with 178 additions and 267 deletions
11
ProjectLighthouse.Servers.GameServer/Types/GameController.cs
Normal file
11
ProjectLighthouse.Servers.GameServer/Types/GameController.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace LBPUnion.ProjectLighthouse.Servers.GameServer.Types;
|
||||
|
||||
[ApiController]
|
||||
[Authorize]
|
||||
[UseDigest]
|
||||
[Route("LITTLEBIGPLANETPS3_XML/")]
|
||||
[Produces("text/xml")]
|
||||
public class GameController : ControllerBase;
|
Loading…
Add table
Add a link
Reference in a new issue