알림함 카테고리 셋팅

This commit is contained in:
focp212@naver.com
2025-10-27 11:30:02 +09:00
parent 9eba765957
commit 9be67b403e
12 changed files with 242 additions and 130 deletions

View File

@@ -12,6 +12,7 @@ import {
} from '@tanstack/react-query';
export const allTransactionList = (params: AllTransactionListParams) => {
//axios.AxiosHeaders[]
return resultify(
axios.post<AllTransactionListResponse>(API_URL_TRANSACTION.allTransactionList(), params),
);