diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a4e1062..14847f2 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,9 @@
-
+
-
-
+
@@ -160,7 +159,6 @@
-
@@ -185,7 +183,8 @@
-
+
+
diff --git a/pkg/internal/http/api/index.go b/pkg/internal/http/api/index.go
index d2f1c72..85aeb35 100644
--- a/pkg/internal/http/api/index.go
+++ b/pkg/internal/http/api/index.go
@@ -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)