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