mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-12 22:27:32 +08:00
grant medal
This commit is contained in:
Vendored
+3
@@ -129,6 +129,9 @@ const api = {
|
||||
removeUserMedal: (id) => {
|
||||
return axios.delete('user-medals/' + id);
|
||||
},
|
||||
storeUserMedal: (params) => {
|
||||
return axios.post('user-medals', params);
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user