diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3251c1d..5613574 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,7 @@
-
-
-
-
+
@@ -155,7 +152,6 @@
-
@@ -180,7 +176,8 @@
-
+
+
true
diff --git a/pkg/internal/server/api/index.go b/pkg/internal/server/api/index.go
index ceabdfe..a6c53cf 100644
--- a/pkg/internal/server/api/index.go
+++ b/pkg/internal/server/api/index.go
@@ -107,7 +107,7 @@ func MapAPIs(app *fiber.App, baseURL string) {
bots.Post("/", createBot)
bots.Delete("/:botId", deleteBot)
- keys := bots.Group("/keys").Name("Bots' Keys")
+ keys := bots.Group("/keys/:botId").Name("Bots' Keys")
{
keys.Get("/", listBotKeys)
keys.Post("/", createBotKey)