feat: add super admin auth
This commit is contained in:
@@ -6,6 +6,6 @@ func (r *Routes) Path() string {
|
||||
|
||||
func (r *Routes) Middlewares() []any {
|
||||
return []any{
|
||||
r.middlewares.Auth,
|
||||
r.middlewares.SuperAuth,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user