integrate telemetry module #12
This commit is contained in:
@@ -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});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user