Skip to content

Commit 303e2bd

Browse files
committed
fix: 엔드포인트 수정
1 parent 4e7366c commit 303e2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/entities/page/api/pageApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const getPage = async (id: number) => {
1515
};
1616

1717
export const getPages = async () => {
18-
const url = "/api/page";
18+
const url = "/api/page/main";
1919

2020
const res = await Get<GetPagesResponse>(url);
2121
return res.data.pages;

0 commit comments

Comments
 (0)