fix: remove duplicate /api prefix from new routes

This commit is contained in:
2026-04-30 21:27:07 +08:00
parent aa57a96191
commit a9f78ef74c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const allowedFields = [
]
export const communitySuggestionRoutes = new Elysia({
prefix: "/api/community-suggestions",
prefix: "/community-suggestions",
})
// Submit a suggestion