ishaq101's picture
[NOTICKET] Fix upload file
b3a6c78
raw
history blame contribute delete
315 Bytes
{
"configurations": [
{
"name": "Python Debugger: FastAPI",
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": [
"app:app",
"--reload"
],
"jinja": true
}
]
}