UNPKG

194 BPlain TextView Raw
1import {APILove} from "apilove";
2
3// This is the only part that is required.
4module.exports.handler = APILove.start({
5 apis: [
6 {
7 require: "./SampleAPI"
8 }
9 ]
10});
\No newline at end of file