mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-15 06:02: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();
|
||||
}
|
||||
|
||||
[HttpPost("unfavourite/slot/{playlistId:int}")]
|
||||
[HttpPost("unfavourite/playlist/{playlistId:int}")]
|
||||
public async Task<IActionResult> RemoveFavouritePlaylist(int playlistId)
|
||||
{
|
||||
GameToken? token = await this.database.GameTokenFromRequest(this.Request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue