Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. packages:
  2. testapi1:
  3. public: true
  4. version: "0.0.2"
  5. license: "MIT"
  6. actions:
  7. helloJS:
  8. code: |
  9. function main() {
  10. return { payload: 'Hello world' };
  11. }
  12. runtime: nodejs:10
  13. web-export: true
  14. apis:
  15. hellpJSAPI:
  16. helloJS:
  17. sequence:
  18. helloJS:
  19. method: GET
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement