diff --git a/next.config.js b/next.config.js index 69c915f..886fe99 100644 --- a/next.config.js +++ b/next.config.js @@ -20,11 +20,6 @@ const nextConfig = { source: '/api/proxy/: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*', - }, ] }, }