Adding api

This commit is contained in:
2024-05-21 12:47:44 -05:00
parent c33961937b
commit 9460c39ca3
27 changed files with 9564 additions and 3 deletions

7
api/local.settings.json Normal file
View File

@@ -0,0 +1,7 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"FUNCTIONS_WORKER_RUNTIME": "node"
}
}