알림함 카테고리 셋팅
This commit is contained in:
@@ -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),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user