import { Req, Res, ReturnValue } from "#/global" import { gSuccess } from "@/util" export default class Nav { async index(req: Req, h: Res): ReturnValue { // const Constant = req.getModel("Constant") return gSuccess("31231") } }