feat: Update API routes and enhance Swagger documentation for activity handler
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user