diff --git a/.vscode/launch.json b/.vscode/launch.json index df152b3..07a5eee 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,12 +8,13 @@ "name": "Debug React App", "type": "pwa-chrome", "request": "launch", - "url": "http://localhost:3001", "webRoot": "${workspaceFolder}/src", "runtimeExecutable": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "runtimeArgs": [ "--remote-debugging-port=9222", - "--user-data-dir=C:\\ChromeDebug" + "--user-data-dir=C:\\ChromeDebug", + "http://localhost:3001", + "http://localhost:3001/swagger" ], "preLaunchTask": "Start All", "postDebugTask": "Stop All Tasks"