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 + FrontEnd/src/app/views/common/AppBar.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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", diff --git a/FrontEnd/src/app/views/common/AppBar.tsx b/FrontEnd/src/app/views/common/AppBar.tsx index c862a6d3..319bca74 100644 --- a/FrontEnd/src/app/views/common/AppBar.tsx +++ b/FrontEnd/src/app/views/common/AppBar.tsx @@ -67,7 +67,7 @@ const AppBar: React.FC = (_) => { )} -