Add Azure function app project with test function

This commit is contained in:
2024-03-07 22:22:32 +00:00
parent 00417da7f9
commit aeb359506d
13 changed files with 425 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiBase": "http://localhost:7071"
}