proxy 삭제

This commit is contained in:
jhbkjh 2025-10-31 15:18:08 +09:00
parent 12d390b1c8
commit 6bd54bf42e

View File

@ -20,11 +20,6 @@ const nextConfig = {
source: '/api/proxy/:path*', source: '/api/proxy/:path*',
destination: 'http://localhost:8084/api/:path*', destination: 'http://localhost:8084/api/:path*',
}, },
// Event Service API Proxy (8080 포트)
{
source: '/api/v1/events/:path*',
destination: 'http://localhost:8080/api/v1/events/:path*',
},
] ]
}, },
} }