udpate
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package http
|
||||
|
||||
func (r *Routes) Path() string {
|
||||
return "/http"
|
||||
return "/v1"
|
||||
}
|
||||
|
||||
func (r *Routes) Middlewares() []any {
|
||||
return []any{}
|
||||
return []any{
|
||||
r.middlewares.AuthFrontend,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user