42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "post",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "testApi.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true,
|
|
"args": [
|
|
"POST",
|
|
"--input", "testShiai.json"
|
|
]
|
|
},
|
|
{
|
|
"name": "getTrainees",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "testApi.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true,
|
|
"args": [
|
|
"GET",
|
|
"--endpoint", "trainees" ]
|
|
},
|
|
{
|
|
"name": "bdCheck",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "bdCheck.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true,
|
|
"args": [
|
|
|
|
]
|
|
},
|
|
]
|
|
} |