's'
This commit is contained in:
@@ -12,7 +12,7 @@ const nextConfig: NextConfig = {
|
||||
return {
|
||||
beforeFiles: [
|
||||
{
|
||||
source: "/api/:path*",
|
||||
source: "/api/:path((?!digital(?:$|/.*)).*)",
|
||||
destination: `${fastApiTarget}/api/:path*`,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user