reformat, added trainee debug target
This commit is contained in:
14
homepage/participo/.vscode/launch.json
vendored
14
homepage/participo/.vscode/launch.json
vendored
@@ -15,6 +15,16 @@
|
||||
"POST",
|
||||
"--input", "testShiai.json"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "getTrainees",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "testApi.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"GET",
|
||||
"--endpoint", "trainees" ]
|
||||
} ]
|
||||
}
|
||||
Reference in New Issue
Block a user