Created
April 21, 2019 11:02
-
-
Save nake89/bbae00ef2d056c5c41e803373592beca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let body = req.body | |
let url = req.url | |
let original_url = req.originalUrl | |
let method = req.method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment