[API] 테마 큐레이션 추가

Detail Notes :
1. Hot Picks 작업을 위한 api 추가
This commit is contained in:
jangheon Pyo
2024-01-30 18:19:43 +09:00
parent 5195e706df
commit 22488a6056
3 changed files with 45 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ import {
getHomeMenu,
getHomeLayout,
getHomeMainContents,
getThemeCurationInfo,
} from "../features/home/homeSlice";
import { getMyRecommandedKeyword } from "../features/mypage/myPageSlice";
import { getOnSaleInfo } from "../features/onSale/onSaleSlice";
@@ -40,6 +41,7 @@ function AppBase(props) {
})
);
dispatch(getTop20Show());
dispatch(getThemeCurationInfo());
}, [dispatch]);
return <MainView />;