mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/apis/communityAPI.js
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
bd1f9374ac
commit
09a0d58f40
@ -37,7 +37,7 @@ const communityAPI = {
|
||||
},
|
||||
transactions: async (session_id) => {
|
||||
return apiGet(
|
||||
CONFIG.COMMUNITY_API_STATE_BALANCE_URL + 'listTransactions/1/25/ASC/' + session_id,
|
||||
CONFIG.COMMUNITY_API__URL + 'listTransactions/1/25/ASC/' + session_id,
|
||||
)
|
||||
},
|
||||
/*create: async (session_id, email, amount, memo, target_date = new Date() ) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user