main
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Failing after 1m16s

This commit is contained in:
Harun CAN
2026-02-14 13:49:32 +03:00
parent 05435cbaf8
commit eca4b8c652
3 changed files with 129 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ const nextConfig: NextConfig = {
return [
{
source: "/api/backend/:path*",
destination: "http://localhost:3001/api/:path*",
destination: "http://localhost:3000/api/:path*",
},
];
},