From 561563651e9dff13d37342ec5c21997e600ad821 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 6 Dec 2020 16:22:18 +0800 Subject: fix: Fix #190 . --- BackEnd/Timeline/Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) (limited to 'BackEnd/Timeline/Properties') diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index de8186db..6d58040a 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -2,6 +2,7 @@ "profiles": { "Development": { "commandName": "Project", + "applicationUrl": "http://0.0.0.0:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_USEPROXYFRONTEND": "true", -- cgit v1.2.3