From 4be6cf0eec2891023054a8c8795ad045122211a8 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Fri, 15 Nov 2024 14:29:40 -0600 Subject: [PATCH] allow * for now --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index ee69a2b..6d7290b 100644 --- a/next.config.js +++ b/next.config.js @@ -31,7 +31,7 @@ module.exports = removeImports({ headers: [ { key: "Access-Control-Allow-Origin", - value: process.env.BACKEND_URL + value: "*" }, { key: "Access-Control-Allow-Methods",