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