mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-03 22:52:27 +00:00
Update ProjectLighthouse/Controllers/ScoreController.cs
Co-authored-by: jvyden <jvyden@jvyden.xyz>
This commit is contained in:
parent
0aeaa32a66
commit
e0e112d4e4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ 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("<scores />");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue