chore: build
ci-web / test (push) Canceled after 0s
ci-api / test (push) Successful in 26m5s

This commit is contained in:
Xor290
2026-08-18 22:06:23 +02:00
parent 47a11b6601
commit e19fa4e82c
8 changed files with 167 additions and 46 deletions
@@ -76,6 +76,7 @@ func New(d Deps) *gin.Engine {
admin.POST("/codes", d.SubH.CreateCodeForBuy)
admin.GET("/profile/alerts", d.ProfileH.GetAlerts)
admin.POST("/profile/alerts", d.ProfileH.SetAlerts)
admin.POST("/profile/alerts/test", d.ProfileH.TestAlerts)
if d.DemosH != nil {
admin.POST("/demos", d.DemosH.Create)
admin.GET("/demos", d.DemosH.List)