xfer to azure function

This commit is contained in:
Tommy Parnell
2018-10-03 00:47:43 -04:00
parent bbe24e4192
commit e31f88d9e8
18 changed files with 170 additions and 294 deletions

8
host.json Normal file
View File

@@ -0,0 +1,8 @@
{
"version": "2.0",
"extensions": {
"http": {
"routePrefix": ""
}
}
}