package api import ( "github.com/kataras/iris/v12" "main/jwtSet" ) func Menus(party iris.Party) { party.Get("/", jwtSet.Jwt.Serve, getMenu) }