Spaces:
Running
Running
Commit
·
6b6ec05
1
Parent(s):
7bc0b90
Switching off https off
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ app.add_middleware(
|
|
51 |
session_cookie="session",
|
52 |
max_age=86400,
|
53 |
same_site="lax",
|
54 |
-
https_only=False
|
55 |
)
|
56 |
|
57 |
# 4. Auth routes -------------------------------------------------------
|
|
|
51 |
session_cookie="session",
|
52 |
max_age=86400,
|
53 |
same_site="lax",
|
|
|
54 |
)
|
55 |
|
56 |
# 4. Auth routes -------------------------------------------------------
|