From aae0ee0b4e7b548802c8b30cf3f84762e08649df Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Wed, 31 Oct 2018 08:41:05 +0100 Subject: [PATCH] set port to 5000 for self host --- SPA/src/SpaClientApp/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPA/src/SpaClientApp/Properties/launchSettings.json b/SPA/src/SpaClientApp/Properties/launchSettings.json index ee7978d..a163661 100644 --- a/SPA/src/SpaClientApp/Properties/launchSettings.json +++ b/SPA/src/SpaClientApp/Properties/launchSettings.json @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:57695/" + "applicationUrl": "http://localhost:5000/" } } } \ No newline at end of file