diff options
author | crupest <crupest@outlook.com> | 2020-12-06 16:22:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-06 16:22:18 +0800 |
commit | 34395c01b650c9e00f09786f94126902081e1aa5 (patch) | |
tree | 9536b3c114327d4d8ae086aaf25fd9abf29b13fb /BackEnd/Timeline | |
parent | ef9489a8c1084d33796da366c685bc24550eafbd (diff) | |
download | timeline-34395c01b650c9e00f09786f94126902081e1aa5.tar.gz timeline-34395c01b650c9e00f09786f94126902081e1aa5.tar.bz2 timeline-34395c01b650c9e00f09786f94126902081e1aa5.zip |
fix: Fix #190 .
Diffstat (limited to 'BackEnd/Timeline')
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 1 |
1 files changed, 1 insertions, 0 deletions
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",
|