Added dev server to CORS origin.

This commit is contained in:
Tom Butcher 2025-12-12 20:01:49 +00:00
parent 4800ecaa0c
commit ca80301e7f

View File

@ -68,7 +68,8 @@
"CORS_ORIGIN": [ "CORS_ORIGIN": [
"https://tombutcher.work", "https://tombutcher.work",
"https://2026.tombutcher.work", "https://2026.tombutcher.work",
"https://api2026.tombutcher.work" "https://api2026.tombutcher.work",
"https://dev.tombutcher.work"
] ]
}, },
@ -136,7 +137,8 @@
"CORS_ORIGIN": [ "CORS_ORIGIN": [
"https://tombutcher.work", "https://tombutcher.work",
"https://2026.tombutcher.work", "https://2026.tombutcher.work",
"https://api2026.tombutcher.work" "https://api2026.tombutcher.work",
"https://dev.tombutcher.work"
] ]
} }
} }