updated fetch url

This commit is contained in:
StevanFreeborn
2022-06-18 18:18:54 -05:00
parent 9efa18a810
commit 8e50d7d6c8
4 changed files with 9 additions and 11 deletions
+5 -6
View File
@@ -1,4 +1,4 @@
{
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
@@ -11,13 +11,12 @@
"profiles": {
"server": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7021;http://localhost:5021",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"applicationUrl": "https://localhost:7021;http://localhost:5021",
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
@@ -28,4 +27,4 @@
}
}
}
}
}