🚚 Move make friendship api

This commit is contained in:
2024-11-30 20:25:56 +08:00
parent 08c639497d
commit 192a03e9d1
2 changed files with 5 additions and 6 deletions

View File

@ -72,7 +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)
relations.Get("/", listRelationship)