UNPKG

324 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const apilove_1 = require("apilove");
4// This is the only part that is required.
5module.exports.handler = apilove_1.APILove.start({
6 apis: [
7 {
8 require: "./SampleAPI"
9 }
10 ]
11});
12//# sourceMappingURL=APIHandler.js.map
\No newline at end of file