fix and update

This commit is contained in:
lendry
2026-06-29 19:43:44 +03:00
parent d312e76abb
commit 115dc4e829
3 changed files with 30 additions and 8 deletions

View File

@@ -24,6 +24,10 @@ const nextConfig: NextConfig = {
source: '/idp-api/:path*',
destination: `${internalApiUrl}/:path*`
},
{
source: '/auth/:path*',
destination: `${internalApiUrl}/auth/:path*`
},
{
source: '/oauth/:path*',
destination: `${internalApiUrl}/oauth/:path*`