diff --git a/src/views/board/BoardList.vue b/src/views/board/BoardList.vue index c42c657..6a68b4c 100644 --- a/src/views/board/BoardList.vue +++ b/src/views/board/BoardList.vue @@ -231,7 +231,7 @@ const fetchGeneralPosts = async (page = 1) => { // 공지사항 데이터 로드 const fetchNoticePosts = async () => { try { - const { data } = await axios.get("board/notices", { + const { data } = await axios.get("board/notices2", { params: { searchKeyword: searchText.value } });