diff --git a/app/main.py b/app/main.py index 93539d4..34e8729 100644 --- a/app/main.py +++ b/app/main.py @@ -62,8 +62,5 @@ async def admin_panel(): @app.get("/") async def root(): - response = {"message": "Welcome to Storyline AI Gateway"} - if settings.ENVIRONMENT == "development": - response["docs"] = "/docs" - return response + return FileResponse("app/static/index.html") diff --git a/app/static/index.html b/app/static/index.html new file mode 100644 index 0000000..cc79887 --- /dev/null +++ b/app/static/index.html @@ -0,0 +1,193 @@ + + + +
+ + +