ㄱㄱ
This commit is contained in:
parent
3900e2cff4
commit
34bef477f9
@ -231,7 +231,7 @@ const fetchGeneralPosts = async (page = 1) => {
|
|||||||
// 공지사항 데이터 로드
|
// 공지사항 데이터 로드
|
||||||
const fetchNoticePosts = async () => {
|
const fetchNoticePosts = async () => {
|
||||||
try {
|
try {
|
||||||
const { data } = await axios.get("board/notices", {
|
const { data } = await axios.get("board/notices2", {
|
||||||
params: { searchKeyword: searchText.value }
|
params: { searchKeyword: searchText.value }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user