chore: build
This commit is contained in:
@@ -77,6 +77,7 @@ func New(d Deps) *gin.Engine {
|
||||
admin.GET("/profile/alerts", d.ProfileH.GetAlerts)
|
||||
admin.POST("/profile/alerts", d.ProfileH.SetAlerts)
|
||||
admin.POST("/profile/alerts/test", d.ProfileH.TestAlerts)
|
||||
admin.GET("/premium", d.SubH.GetPremiumUser)
|
||||
if d.DemosH != nil {
|
||||
admin.POST("/demos", d.DemosH.Create)
|
||||
admin.GET("/demos", d.DemosH.List)
|
||||
|
||||
Reference in New Issue
Block a user