mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 10:38:40 +00:00
Merge branch 'main' of github.com:LumaLivy/project-lighthouse
This commit is contained in:
commit
06f0d7a96f
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("friendscores/user/{slotId:int}/{type:int}")]
|
[HttpGet("friendscores/user/{slotId:int}/{type:int}")]
|
||||||
public async Task<IActionResult> FriendScores(int slotId, int type)
|
public IActionResult FriendScores(int slotId, int type)
|
||||||
//=> await TopScores(slotId, type);
|
//=> await TopScores(slotId, type);
|
||||||
=> this.Ok("<scores />");
|
=> this.Ok(LbpSerializer.BlankElement("scores"));
|
||||||
|
|
||||||
[HttpGet("topscores/user/{slotId:int}/{type:int}")]
|
[HttpGet("topscores/user/{slotId:int}/{type:int}")]
|
||||||
[SuppressMessage("ReSharper", "PossibleMultipleEnumeration")]
|
[SuppressMessage("ReSharper", "PossibleMultipleEnumeration")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue