This commit is contained in:
dyhj625 2025-03-14 16:14:10 +09:00
parent 3900e2cff4
commit 34bef477f9

View File

@ -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 }
});