Guest User

Untitled

a guest
Dec 18th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function doGet(req) {
  2. // Let Mylib handle this
  3. return Mylib.handleGET(req);
  4. }
  5. function doPost(req) {
  6. // Let Mylib handle this
  7. return Mylib.handlePOST(req);
  8. }
Add Comment
Please, Sign In to add comment