test #78

Merged
klaus merged 5 commits from test into main 2025-10-10 08:25:16 +00:00
Showing only changes of commit 379e5b67f3 - Show all commits

View File

@@ -5,7 +5,7 @@ async function deleteCan(id) {
} }
async function getCans() { async function getCans() {
return Vue.axios.get('/can'); return Vue.axios.get('/admin/can');
} }
async function insertCan(can, rewardCan, price, currency) { async function insertCan(can, rewardCan, price, currency) {