콘솔 삭제
This commit is contained in:
parent
4e31041a07
commit
50ee4a7ec9
@ -108,13 +108,6 @@ const handleSortChange = (event) => {
|
||||
|
||||
// 게시물 데이터 로드(일반)
|
||||
const fetchGeneralPosts = async (page = 1) => {
|
||||
console.log('Fetching general posts with parameters:', {
|
||||
page,
|
||||
orderBy: selectedOrder.value,
|
||||
sortDirection: sortDirection.value,
|
||||
searchKeyword: searchText.value
|
||||
});
|
||||
|
||||
const response = await axios.get("board/general", {
|
||||
params: {
|
||||
page: page,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user