Skip to content

Commit

Permalink
The Python FastAPI Implementation Files
Browse files Browse the repository at this point in the history
  • Loading branch information
TebogoYungMercykay committed Dec 20, 2023
1 parent 0b26ada commit f795b06
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// 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": "Python: FastAPI",
"type": "python",
"request": "launch",
"module": "uvicorn",
"args": [
"app.main:app"
],
"jinja": true
}
]
}

0 comments on commit f795b06

Please sign in to comment.