feat(frontend): Switch from localhost to private IP

This commit is contained in:
2025-05-01 17:33:37 +02:00
parent aee88ad261
commit 68fb998dac
3 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"type": "chrome",
"request": "launch",
"name": "client: chrome",
"url": "http://localhost:3001",
"url": "http://192.168.178.105:3001",
"webRoot": "${workspaceFolder}/legalconsenthub"
},
{