Skip to content

Commit 475f6b8

Browse files
committed
deploying with cci
1 parent af34074 commit 475f6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

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

99
@app.get("/")
1010
async def root():
11-
return {"message": "Hello World"}
11+
return {"message": "Deployed with CircleCi!"}
1212

1313

1414
app.include_router(api_router, prefix="/api/v1")

0 commit comments

Comments
 (0)