fix and update
This commit is contained in:
@@ -24,10 +24,6 @@ const nextConfig: NextConfig = {
|
||||
source: '/idp-api/:path*',
|
||||
destination: `${internalApiUrl}/:path*`
|
||||
},
|
||||
{
|
||||
source: '/auth/:path*',
|
||||
destination: `${internalApiUrl}/auth/:path*`
|
||||
},
|
||||
{
|
||||
source: '/oauth/:path*',
|
||||
destination: `${internalApiUrl}/oauth/:path*`
|
||||
|
||||
Reference in New Issue
Block a user