integrate telemetry module #12

This commit is contained in:
2026-01-24 21:25:04 +02:00
parent e5a49f5e8e
commit 80afb5c460
9 changed files with 712 additions and 7 deletions
+5
View File
@@ -62,6 +62,11 @@ export default {
async remove(id){
return await $ax.delete(`/game/${id}`)
}
},
user:{
async tm(action, object, data){
return await $ax.post('/user/tm', {action, object, data});
}
}
}
}