mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
moved categories to api level
This commit is contained in:
@@ -103,7 +103,7 @@ func main() {
|
||||
admin.POST("/agent/submissions", middleware.Auth(cfg), handlers.ReviewSubmission(db))
|
||||
}
|
||||
|
||||
admin.GET("/categories", handlers.GetCategories(db))
|
||||
api.GET("/categories", handlers.GetCategories(db))
|
||||
// Analytics routes
|
||||
api.POST("/agent-installed", handlers.AgentInstalled(db))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user