Add files via upload

This commit is contained in:
公明
2026-06-09 17:39:27 +08:00
committed by GitHub
parent 25f8b610fb
commit c9c9ca1eec
+1
View File
@@ -1075,6 +1075,7 @@ func setupRoutes(
protected.DELETE("/vulnerabilities/:id", vulnerabilityHandler.DeleteVulnerability)
// 项目管理与事实黑板
protected.GET("/projects/dashboard-summary", projectHandler.GetDashboardSummary)
protected.GET("/projects", projectHandler.ListProjects)
protected.POST("/projects", projectHandler.CreateProject)
protected.GET("/projects/:id/stats", projectHandler.GetProjectStats)