package http func (r *Routes) Path() string { return "/v1" } func (r *Routes) Middlewares() []any { return []any{ r.middlewares.AuthFrontend, } }