chore: build
This commit is contained in:
@@ -11,4 +11,5 @@ func RegisterAdminRoutes(rg *gin.RouterGroup, h *Handler, requireAdmin gin.Handl
|
||||
group.GET("/:id", h.Get)
|
||||
group.PUT("/:id", h.Update)
|
||||
group.DELETE("/:id", h.Delete)
|
||||
group.GET("/verify/:role", h.GetRole)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user