chore: build
ci-api / test (push) Successful in 23m32s
ci-web / test (push) Successful in 14m7s

This commit is contained in:
Xor290
2026-09-20 18:52:09 +02:00
parent 9e11f01c2c
commit 8d857faa45
66 changed files with 3673 additions and 1564 deletions
@@ -117,6 +117,7 @@ func New(d Deps) *gin.Engine {
admin.POST("/projects", d.ProjectsH.Create)
admin.GET("/projects", d.ProjectsH.List)
admin.GET("/projects/:id", d.ProjectsH.Get)
admin.GET("/projects/:id/details", d.ProjectsH.Details)
admin.DELETE("/projects/:id", d.ProjectsH.Delete)
admin.POST("/projects/:id/extend", d.ProjectsH.Extend)
}