fix and update

This commit is contained in:
lendry
2026-06-29 20:37:58 +03:00
parent 8bbaf8b343
commit 69e6fced48
2 changed files with 2 additions and 13 deletions

View File

@@ -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*`