This commit is contained in:
Harun CAN
2026-01-30 04:48:46 +03:00
parent b662a88a65
commit 1f123b9f65
20 changed files with 490 additions and 76 deletions

View File

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