mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 18:18:39 +00:00
Rename EulaAnnounceController to MessageController
This commit is contained in:
parent
dfb4c7b15b
commit
9bd26f6fb2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace ProjectLighthouse.Controllers {
|
|||
[ApiController]
|
||||
[Route("LITTLEBIGPLANETPS3_XML/")]
|
||||
[Produces("text/plain")]
|
||||
public class EulaAnnounceController : ControllerBase {
|
||||
public class MessageController : ControllerBase {
|
||||
[HttpGet("eula")]
|
||||
public IActionResult Eula() {
|
||||
return Ok("eula test");
|
Loading…
Add table
Add a link
Reference in a new issue