Spaces:
Runtime error
Runtime error
Commit ·
3fd619a
1
Parent(s): 6d7787d
Testing if CD is working or not
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -23,4 +23,4 @@ app.include_router(vote.router)
|
|
| 23 |
|
| 24 |
@app.get("/")
|
| 25 |
def home():
|
| 26 |
-
return {"message": "FastAPI Project"}
|
|
|
|
| 23 |
|
| 24 |
@app.get("/")
|
| 25 |
def home():
|
| 26 |
+
return {"message": "FastAPI Project Finished"}
|