From 34bef477f9c28796cd1cc675bab402b40f4e98e5 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Fri, 14 Mar 2025 16:14:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=84=B1=E3=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } });