diff --git a/backend/spielberg/entrypoint/api/routes.py b/backend/spielberg/entrypoint/api/routes.py index d5cca87..a9f4552 100644 --- a/backend/spielberg/entrypoint/api/routes.py +++ b/backend/spielberg/entrypoint/api/routes.py @@ -12,7 +12,7 @@ config_bp = Blueprint("config", __name__, url_prefix="/config") -@agent_bp.route("", methods=["GET"]) +@agent_bp.route("/", methods=["GET"]) def agent(): """ Handle the agent request @@ -23,7 +23,7 @@ def agent(): return chat_handler.agents_list() -@session_bp.route("", methods=["GET"]) +@session_bp.route("/", methods=["GET"]) def get_sessions(): """ Get all the sessions diff --git a/frontend/index.html b/frontend/index.html index 6f99f7b..f6d850b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,10 +1,10 @@ - +
-- {{ item.name}} -
-- {{ videoTitle }} -
-- {{ collectionName }} -
-- {{ dayjs(collectionPublishDate).format("MMM D, YYYY") }} -
-