diff --git a/apps/frontend/next.config.js b/apps/frontend/next.config.js index 7c26a8a5a..8ecbe81f0 100644 --- a/apps/frontend/next.config.js +++ b/apps/frontend/next.config.js @@ -15,8 +15,8 @@ const nextConfig = { return [ { // matching all API routes - //source: "/api/:path*", - source: "/api/graphql", + source: "/api/:path*", + //source: "/api/v1/graphql", headers: [ { key: "Access-Control-Allow-Credentials", value: "true" }, { key: "Access-Control-Allow-Origin", value: "*" }, // replace this your actual origin