Fix exapmples

This commit is contained in:
2023-12-18 12:10:34 +01:00
parent e390644d35
commit 3d034f3d4d
18 changed files with 51 additions and 56 deletions

View File

@@ -14,6 +14,14 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"GerstITS.Examples.Api": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}