From 6bd54bf42e10730f168ed1135ad5fe21958df74d Mon Sep 17 00:00:00 2001 From: jhbkjh Date: Fri, 31 Oct 2025 15:18:08 +0900 Subject: [PATCH] =?UTF-8?q?proxy=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 5 ----- 1 file changed, 5 deletions(-) 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*', - }, ] }, }