Update ProjectLighthouse/Controllers/ScoreController.cs

Co-authored-by: jvyden <jvyden@jvyden.xyz>
This commit is contained in:
LumaLivy 2021-11-08 13:30:06 -05:00 committed by GitHub
parent 0aeaa32a66
commit e0e112d4e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
}
[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);
=> this.Ok("<scores />");