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