mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 10:38:40 +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]
|
[ApiController]
|
||||||
[Route("LITTLEBIGPLANETPS3_XML/")]
|
[Route("LITTLEBIGPLANETPS3_XML/")]
|
||||||
[Produces("text/plain")]
|
[Produces("text/plain")]
|
||||||
public class EulaAnnounceController : ControllerBase {
|
public class MessageController : ControllerBase {
|
||||||
[HttpGet("eula")]
|
[HttpGet("eula")]
|
||||||
public IActionResult Eula() {
|
public IActionResult Eula() {
|
||||||
return Ok("eula test");
|
return Ok("eula test");
|
Loading…
Add table
Add a link
Reference in a new issue