diff --git a/.vscode/launch.json b/.vscode/launch.json index b852e41..05495d2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "chrome", "request": "launch", "reAttach": true, - "url": "http://blog.localhost/", + "url": "http://admin.blog.localhost/", "webRoot": "${workspaceFolder}", "userDataDir": "/Users/ivan/Projects/.chrome" }