diff --git a/ai_ta_backend/main.py b/ai_ta_backend/main.py index 631a0b4b..4db03e2f 100644 --- a/ai_ta_backend/main.py +++ b/ai_ta_backend/main.py @@ -63,7 +63,7 @@ def index() -> Response: JSON: _description_ """ response = jsonify( - {"hi there, this is a 404": "Welcome to UIUC.chat backend 🚅 Read the docs here: https://docs.uiuc.chat/ "}) + {"hi there, this is a 404": "Welcome to mHealth UIUC.chat backend 🚅 Read the docs here: https://docs.uiuc.chat/ "}) response.headers.add('Access-Control-Allow-Origin', '*') return response