Merge pull request #11 from ktds-dg0501/feature/partici2

Feature/partici2
This commit is contained in:
kkkd-max 2025-10-30 12:26:14 +09:00 committed by GitHub
commit d8084b3815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,11 @@ const nextConfig = {
source: '/api/v1/events/:path*',
destination: 'http://localhost:8080/api/v1/events/:path*',
},
// Participation Service API Proxy (외부 서버)
{
source: '/api/v1/participations/:path*',
destination: 'http://kt-event-marketing-api.20.214.196.128.nip.io/api/v1/participations/:path*',
},
]
},
}