페이지 화면 수정 및 dockerfile 수정
This commit is contained in:
@@ -13,7 +13,7 @@ const nextConfig: NextConfig = {
|
||||
return [
|
||||
{
|
||||
source: '/backend/api/:path*', // /api가 붙은 모든 요청
|
||||
destination: 'http://backend:4000/:path*', // 백엔드 API로 요청
|
||||
destination: 'http://192.168.11.249:4000/:path*', // 백엔드 API로 요청
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user