mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Update ProjectLighthouse/Controllers/ScoreController.cs
Co-authored-by: jvyden <jvyden@jvyden.xyz>
This commit is contained in:
parent
e0e112d4e4
commit
e7b383e66a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
[HttpGet("friendscores/user/{slotId:int}/{type:int}")]
|
||||
public IActionResult FriendScores(int slotId, int type)
|
||||
//=> await TopScores(slotId, type);
|
||||
=> this.Ok("<scores />");
|
||||
=> this.Ok(LbpSerializer.BlankElement("scores"));
|
||||
|
||||
[HttpGet("topscores/user/{slotId:int}/{type:int}")]
|
||||
[SuppressMessage("ReSharper", "PossibleMultipleEnumeration")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue