feat: done
This commit is contained in:
9
backend/app/http/super/routes.manual.go
Normal file
9
backend/app/http/super/routes.manual.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package super
|
||||
|
||||
func (r *Routes) Path() string {
|
||||
return "/super"
|
||||
}
|
||||
|
||||
func (r *Routes) Middlewares() []any {
|
||||
return []any{}
|
||||
}
|
||||
Reference in New Issue
Block a user