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