🐛 Fix missing api endpoint
This commit is contained in:
@ -72,6 +72,7 @@ func MapAPIs(app *fiber.App, baseURL string) {
|
||||
|
||||
relations := me.Group("/relations").Name("Relations")
|
||||
{
|
||||
relations.Post("/", makeFriendship)
|
||||
relations.Post("/friend", makeFriendship)
|
||||
relations.Post("/block", makeBlockship)
|
||||
|
||||
|
Reference in New Issue
Block a user