diff options
author | crupest <crupest@outlook.com> | 2021-02-12 22:32:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-12 22:32:10 +0800 |
commit | 83910122bfd0aa9bd207b6d5f631774415312716 (patch) | |
tree | 7d7fe2cb488c6cdf6fc45d1eb9281d51c31cf7ac /BackEnd/Timeline/Properties | |
parent | e74195ae38450b54b5e5f376796d78e6da4fc1ae (diff) | |
download | timeline-83910122bfd0aa9bd207b6d5f631774415312716.tar.gz timeline-83910122bfd0aa9bd207b6d5f631774415312716.tar.bz2 timeline-83910122bfd0aa9bd207b6d5f631774415312716.zip |
fix: Fix migration bug.
Diffstat (limited to 'BackEnd/Timeline/Properties')
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index 851fc6a8..3c8a465b 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -5,8 +5,7 @@ "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_FRONTEND": "Proxy"
- },
- "applicationUrl": "http://0.0.0.0:5000"
+ }
},
"Dev-Mock": {
"commandName": "Project",
@@ -30,4 +29,4 @@ }
}
}
-}
\ No newline at end of file +}
|