diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/src/Properties/launchSettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/Properties/launchSettings.json b/server/src/Properties/launchSettings.json index 6403d71..ebd333b 100644 --- a/server/src/Properties/launchSettings.json +++ b/server/src/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": false, - "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000", + "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } |
