Skip to content

Commit 4e7799d

Browse files
gh actions test
1 parent 66f08f8 commit 4e7799d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: backend/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
@app.get("/")
4141
@limiter.limit("100/day")
4242
async def root(request: Request):
43-
return {"message": "Welcome to the GitDiagram API!"}
43+
return {"message": "Hello from GitDiagram API!"}

0 commit comments

Comments
 (0)