feat: Update API routes and enhance Swagger documentation for activity handler

This commit is contained in:
2025-03-10 22:40:10 +00:00
parent 4b98c1a9e5
commit 9f8eab0fac
6 changed files with 11432 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ func main() {
r := gin.Default()
// Basic route for health check
r.GET("/", helloHandler)
r.GET("/api", helloHandler)
// Setup API routes
routes.SetupRouter(r)