pooliot-client
Version:
15 lines (12 loc) • 311 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _alpNode = require('alp-node');
exports.default = (0, _alpNode.newController)({
async index(ctx) {
if (ctx.method !== 'GET') return ctx.status = 404;
ctx.body = '';
}
});
//# sourceMappingURL=homeController.js.map
;