diff --git a/app.py b/app.py index 8450e68..83f66fc 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,6 @@ app = FastAPI() # Mount static files app.mount("/static", StaticFiles(directory="static"), name="static") -app.add_middleware(HTTPSRedirectMiddleware) # Templates directory templates = Jinja2Templates(directory="templates") diff --git a/templates/base_template.html b/templates/base_template.html index df8df11..5f049cb 100644 --- a/templates/base_template.html +++ b/templates/base_template.html @@ -4,7 +4,7 @@