mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-16 06:32:28 +00:00
Fix typo in unfavourite route
This commit is contained in:
parent
ce53eb9f68
commit
a15ff2c886
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ public class ListController : ControllerBase
|
||||||
return this.Ok();
|
return this.Ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("unfavourite/slot/{playlistId:int}")]
|
[HttpPost("unfavourite/playlist/{playlistId:int}")]
|
||||||
public async Task<IActionResult> RemoveFavouritePlaylist(int playlistId)
|
public async Task<IActionResult> RemoveFavouritePlaylist(int playlistId)
|
||||||
{
|
{
|
||||||
GameToken? token = await this.database.GameTokenFromRequest(this.Request);
|
GameToken? token = await this.database.GameTokenFromRequest(this.Request);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue