- parse model_point_of_contact instead of model_owner

- define model id as Model_id in url (not modelid)
- npm updates
This commit is contained in:
Arno Kaimbacher 2021-08-03 15:53:26 +02:00
parent c386a1245b
commit da1c1eae9e
5 changed files with 624 additions and 698 deletions

View file

@ -16,7 +16,7 @@
"request": "launch",
"name": "Launch Chrome against localhost",
// "port": 9222,
"url": "http://localhost:8080?modelid=20",
"url": "http://localhost:8080?model_id=20",
"webRoot": "${workspaceFolder}",
"breakOnLoad": true,
"runtimeExecutable": "C:/ProgramData/scoop/apps/googlechrome/current/chrome.exe",