Created
August 13, 2021 01:23
-
-
Save grant/82cb404b8520eeb16a61c2448a07e6ce 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
export function esm(req, res) { | |
res.send(`Hello, ${MY_CONST}!`); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment