1 2 3 4 5 6
export const indexRoute = { route: "/", onGet(req, res) { res.send("What art thou doing here???"); }, };