game object module
This commit is contained in:
@@ -16,6 +16,9 @@ export default {
|
||||
},
|
||||
async search(query){
|
||||
return await $ax.post('/game-object', query);
|
||||
},
|
||||
async remove(id){
|
||||
return await $ax.delete(`/game-object/${id}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user