ㄱㄱ
This commit is contained in:
parent
3900e2cff4
commit
34bef477f9
@ -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 }
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user