Skip to content

Commit 5b2f2d6

Browse files
committed
test the new workflow
1 parent d74c036 commit 5b2f2d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.env
22
env
3-
.pytest_cache
3+
.pytest_cache
4+
**/__pycache__/

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
@app.get("/")
2525
async def root():
26-
return {"message": "Welcome to the Code Explanation API"}
26+
return {"message": "Welcome to the Code Explanation API", "version": settings.VERSION}
2727

2828
@app.get("/health")
2929
async def health_check():

0 commit comments

Comments
 (0)