allow * for now

This commit is contained in:
austinkelsay 2024-11-15 14:29:40 -06:00
parent e761c0546b
commit 4be6cf0eec
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -31,7 +31,7 @@ module.exports = removeImports({
headers: [
{
key: "Access-Control-Allow-Origin",
value: process.env.BACKEND_URL
value: "*"
},
{
key: "Access-Control-Allow-Methods",