This commit is contained in:
2026-01-30 15:23:59 +03:00
parent 95a700aec9
commit 4040988e75
19 changed files with 648 additions and 1085 deletions

View File

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