From cb8ff68d5e3d5f286676673c530e3a2ee3719772 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 16 Jun 2020 16:39:16 +0800 Subject: refactor(back): Fix #108 . --- Timeline/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/Properties') diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index d23d132f..73897158 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -4,7 +4,7 @@ "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_FRONTENDPROXYONLY": "true", + "ASPNETCORE_USEPROXYFRONTEND": "true", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, -- cgit v1.2.3