diff --git a/apps/demo-nextjs-app-router/app/page.tsx b/apps/demo-nextjs-app-router/app/page.tsx index bae4923..e3a6062 100644 --- a/apps/demo-nextjs-app-router/app/page.tsx +++ b/apps/demo-nextjs-app-router/app/page.tsx @@ -8,7 +8,7 @@ fal.config({ // credentials: 'FAL_KEY_ID:FAL_KEY_SECRET', requestMiddleware: fal.withProxy({ targetUrl: '/api/fal/proxy', // the built-int nextjs proxy - // targetUrl: 'http://localhost:3333/api/_fal/proxy', // or your own external proxy + // targetUrl: 'http://localhost:3333/api/fal/proxy', // or your own external proxy }), }); // @snippet:end