Skip to content

Commit 39a439d

Browse files
committed
Change URL path where application is running to debug
The URL must be http://127.0.0.1:8080/examples instead of http://127.0.0.1:8887/examples
1 parent 73b3db5 commit 39a439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "chrome",
99
"request": "launch",
1010
"name": "Chrome",
11-
"url": "http://127.0.0.1:8887/examples",
11+
"url": "http://127.0.0.1:8080/examples",
1212
"webRoot": "${workspaceRoot}"
1313
},
1414
{

0 commit comments

Comments
 (0)