diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fb0e00c..6b83b28 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,13 +4,9 @@
-
+
-
-
-
-
-
+
@@ -163,7 +159,6 @@
-
@@ -188,7 +183,8 @@
-
+
+
diff --git a/pkg/internal/http/api/index.go b/pkg/internal/http/api/index.go
index 84beadf..6374142 100644
--- a/pkg/internal/http/api/index.go
+++ b/pkg/internal/http/api/index.go
@@ -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)