From 5849d34d9fcf1ccfb7fe5cc0842765129f7198b4 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 12 Feb 2021 22:32:10 +0800 Subject: fix: Fix migration bug. --- BackEnd/Timeline/Properties/launchSettings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'BackEnd/Timeline/Properties') diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index 851fc6a8..3c8a465b 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -5,8 +5,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_FRONTEND": "Proxy" - }, - "applicationUrl": "http://0.0.0.0:5000" + } }, "Dev-Mock": { "commandName": "Project", @@ -30,4 +29,4 @@ } } } -} \ No newline at end of file +} -- cgit v1.2.3