reformat, added trainee debug target

This commit is contained in:
marko
2024-02-24 10:56:28 +01:00
parent b5d2655e8c
commit c4248aa2ea
2 changed files with 47 additions and 64 deletions

View File

@@ -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" ]
} ]
}