export const indexRoute = { route: '/', onGet(req, res) { res.send('What art thou doing here???'); } };