We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74c036 commit 5b2f2d6Copy full SHA for 5b2f2d6
.gitignore
@@ -1,3 +1,4 @@
1
.env
2
env
3
-.pytest_cache
+.pytest_cache
4
+**/__pycache__/
src/main.py
@@ -23,7 +23,7 @@
23
24
@app.get("/")
25
async def root():
26
- return {"message": "Welcome to the Code Explanation API"}
+ return {"message": "Welcome to the Code Explanation API", "version": settings.VERSION}
27
28
@app.get("/health")
29
async def health_check():
0 commit comments