UNPKG

pooliot-client

Version:
12 lines (11 loc) 244 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { async index(ctx) { if (ctx.method !== 'GET') return ctx.status = 404; ctx.body = ''; } }; //# sourceMappingURL=homeController.js.map