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