allow-vercel2
This commit is contained in:
2
main.py
2
main.py
@@ -235,7 +235,7 @@ middleware = [
|
|||||||
"https://testing.discours.io",
|
"https://testing.discours.io",
|
||||||
"https://testing3.discours.io",
|
"https://testing3.discours.io",
|
||||||
"https://coretest.discours.io",
|
"https://coretest.discours.io",
|
||||||
"https://*.vercel.app",
|
"https://session-daily.vercel.app",
|
||||||
],
|
],
|
||||||
allow_methods=["GET", "POST", "OPTIONS"], # Явно указываем OPTIONS
|
allow_methods=["GET", "POST", "OPTIONS"], # Явно указываем OPTIONS
|
||||||
allow_headers=["*"],
|
allow_headers=["*"],
|
||||||
|
|||||||
Reference in New Issue
Block a user