aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/Properties
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-01 17:07:05 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-01 17:07:05 +0200
commitf17d408286aef780e407fb314c7496715b1e24a0 (patch)
tree0535ec67c234df97e4ea11e2f65a091fcd926ede /server/src/Properties
parente56d469e9fe865d8b423e1bdf5c3b872ee2319d8 (diff)
downloadgreatoffice-f17d408286aef780e407fb314c7496715b1e24a0.tar.xz
greatoffice-f17d408286aef780e407fb314c7496715b1e24a0.zip
refactor: Use localhost for api url
Diffstat (limited to 'server/src/Properties')
-rw-r--r--server/src/Properties/launchSettings.json2
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"
}