- 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:
parent
c386a1245b
commit
da1c1eae9e
5 changed files with 624 additions and 698 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue