We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7366c commit 303e2bdCopy full SHA for 303e2bd
apps/frontend/src/entities/page/api/pageApi.ts
@@ -15,7 +15,7 @@ export const getPage = async (id: number) => {
15
};
16
17
export const getPages = async () => {
18
- const url = "/api/page";
+ const url = "/api/page/main";
19
20
const res = await Get<GetPagesResponse>(url);
21
return res.data.pages;
0 commit comments