allow screenshot from game as thumbnail header
This commit is contained in:
@@ -61,6 +61,9 @@ export default {
|
||||
},
|
||||
async remove(id){
|
||||
return await $ax.delete(`/game/${id}`)
|
||||
},
|
||||
async setHeader(id, data){
|
||||
return await $ax.post(`/game/${id}/header`, data);
|
||||
}
|
||||
},
|
||||
user:{
|
||||
|
||||
Reference in New Issue
Block a user