diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-01 17:07:05 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-01 17:07:05 +0200 |
| commit | f17d408286aef780e407fb314c7496715b1e24a0 (patch) | |
| tree | 0535ec67c234df97e4ea11e2f65a091fcd926ede /server | |
| parent | e56d469e9fe865d8b423e1bdf5c3b872ee2319d8 (diff) | |
| download | greatoffice-f17d408286aef780e407fb314c7496715b1e24a0.tar.xz greatoffice-f17d408286aef780e407fb314c7496715b1e24a0.zip | |
refactor: Use localhost for api url
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" } |
