This commit is contained in:
eric
2026-06-07 01:17:46 -05:00
parent 283d65d1d1
commit cd885f5fcd
110 changed files with 17876 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ const nextConfig: NextConfig = {
return {
beforeFiles: [
{
source: "/api/:path*",
source: "/api/:path((?!digital(?:$|/.*)).*)",
destination: `${fastApiTarget}/api/:path*`,
},
],