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