diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-28 03:55:55 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-28 03:55:55 -0400 |
| commit | 7f959fc271ea66b78fe308fb2e449e3019cdb254 (patch) | |
| tree | 61ba8ed7ed7a3f8bf1572febc1f2c9331ce600f7 /.vscode/launch.json | |
| parent | db38e39027920043387ca7dbc9a65871898ddf7e (diff) | |
merge cleanup
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index e1c5c6f94..d09ba3435 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "name": "Launch Chrome against localhost", "sourceMaps": true, "breakOnLoad": true, - "url": "http://localhost:1050/logout", + "url": "http://localhost:1050/login", "webRoot": "${workspaceFolder}", "runtimeArgs": [ "--experimental-modules" |
