diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-08 00:11:04 -0500 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-08 00:11:04 -0500 |
| commit | f4a01b9b394a5bdc48e57923567249bb05cb71ff (patch) | |
| tree | e7e3c26c82c00f0a5b5255932710fdbab4651749 /.vscode/launch.json | |
| parent | 6ca68333303d97ce35d4118bacdd21f410bdd017 (diff) | |
Close to refactor
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 5f320d3fe..fb91a1080 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "name": "Launch Chrome against localhost", "sourceMaps": true, "breakOnLoad": true, - "url": "http://localhost:1050/signup", + "url": "http://localhost:1050/login", "webRoot": "${workspaceFolder}", }, { |
