package http func (r *Routes) Path() string { return "/http" } func (r *Routes) Middlewares() []any { return []any{} }