Update hello message in copilot.py
Taylor committed
Jan 30, 2024 at 13:21 UTC
8226a42eff92fa7aaa93065d2d4757d256532ecc
1 file changed
+1
-1
backend/copilot.py
+1
-1
@@ -126,7 +126,7 @@ async def init_db():
126
127
@app.get("/")
128
def hello():
129
- return {"message": "We Made It!"}
129
+ return {"message": "CoPilot - We Made It!"}
130
131
132
@app.on_event("shutdown")