Created
January 14, 2019 23:24
-
-
Save burkeholland/c9573842e6711f1dd7976e2ccc61ac63 to your computer and use it in GitHub Desktop.
"negotiate" Function
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
| module.exports = async function (context, req, connectionInfo) { | |
| context.res = { body: connectionInfo }; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment