From f17d408286aef780e407fb314c7496715b1e24a0 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 1 Oct 2022 23:07:05 +0800 Subject: refactor: Use localhost for api url --- server/src/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/Properties') 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" } -- cgit v1.3