Skip to content

Instantly share code, notes, and snippets.

@marckean
Last active October 18, 2017 03:02
Show Gist options
  • Save marckean/5158d04a612338ff361c5bf7ba7d5b12 to your computer and use it in GitHub Desktop.
Save marckean/5158d04a612338ff361c5bf7ba7d5b12 to your computer and use it in GitHub Desktop.
{
"bindings": [
{
"name": "req",
"type": "httpTrigger",
"direction": "in",
"methods": [
"get"
],
"route": "austereo/{url}",
"authLevel": "anonymous"
},
{
"name": "res",
"type": "http",
"direction": "out"
}
],
"disabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment