mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix wrong path
This commit is contained in:
parent
79f80e2af8
commit
13fc29b875
@ -42,7 +42,7 @@ const communityAPI = {
|
|||||||
},
|
},
|
||||||
transactionsGdt: async (sessionId, firstPage = 1, items = 5, order = 'DESC') => {
|
transactionsGdt: async (sessionId, firstPage = 1, items = 5, order = 'DESC') => {
|
||||||
return apiGet(
|
return apiGet(
|
||||||
`${CONFIG.COMMUNITY_API_URL}state-balances/ajaxGdtOverview/${firstPage}/${items}/${order}/${sessionId}`,
|
`${CONFIG.COMMUNITY_API_URL}listGDTTransactions/${firstPage}/${items}/${order}/${sessionId}`,
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
//http://localhost/vue/public/json-example/admin_transactionGdt_list.json
|
//http://localhost/vue/public/json-example/admin_transactionGdt_list.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user