mirror of
https://github.com/ktds-dg0501/kt-event-marketing-fe.git
synced 2025-12-06 12:16:24 +00:00
participation-service 라우팅문제 수정
This commit is contained in:
parent
a23f201bdf
commit
446501d036
@ -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*',
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user