diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-18 19:36:27 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-18 19:36:27 -0500 |
| commit | 41ba832136aef2b7e6a5034486757aa4b3047cf9 (patch) | |
| tree | 0ac0edde211687d769925cb9c56385718df1bc12 /.vscode/launch.json | |
| parent | ddd503f21dc4b3368d80b4be475817cd9a13fcd1 (diff) | |
Small changes, pre merge with server branch
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 6819ffbf2..4b3b76f3a 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", + "url": "http://localhost:1050/signup", "webRoot": "${workspaceFolder}" }, { |
