10 lines
128 B
Go
10 lines
128 B
Go
package super
|
|
|
|
func (r *Routes) Path() string {
|
|
return "/super/v1"
|
|
}
|
|
|
|
func (r *Routes) Middlewares() []any {
|
|
return []any{}
|
|
}
|