summaryrefslogtreecommitdiff
path: root/DSACore/Properties/launchSettings.json
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 21:02:07 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 21:02:07 +0200
commit39da0da55a09a56bae3c250e6108c8edf77bfbfd (patch)
tree05dc756c6e5f65d5a190ce6524c307fe753279e9 /DSACore/Properties/launchSettings.json
parent4f535d76f32ef369abe37560594ef1a702e47d64 (diff)
fixed some stuff
Diffstat (limited to 'DSACore/Properties/launchSettings.json')
-rw-r--r--DSACore/Properties/launchSettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Properties/launchSettings.json b/DSACore/Properties/launchSettings.json
index bcc4406..2da5fec 100644
--- a/DSACore/Properties/launchSettings.json
+++ b/DSACore/Properties/launchSettings.json
@@ -21,7 +21,7 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/commands",
- "applicationUrl": "https://localhost:5001;http://localhost:5000",
+ "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}