Fix /s/user/id endpoint

Bruh.
This commit is contained in:
jvyden 2021-10-27 23:17:39 -04:00
commit 5d9987024a
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -27,6 +27,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers {
return this.Ok(LbpSerializer.TaggedStringElement("slots", response, "total", 1));
}
[HttpGet("s/user/{id:int}")]
public async Task<IActionResult> SUser(int id) {
Slot slot = await this.database.Slots
.Include(s => s.Creator)