Skip to content

Commit fa0142f

Browse files
committed
fix: api url 수정
1 parent 18be32e commit fa0142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/product/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Product from './(product)/Product';
33
import { IProductCommon, IReport, ISummaryData } from '@/types/Diviend';
44
import { getCookie } from '@/utils/serverCookies';
55

6-
const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL || 'https://api.moaguide.com';
6+
const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL || 'https://moaguide.n-e.kr';
77

88
const ProductPage = async ({
99
searchParams

0 commit comments

Comments
 (0)