Requests are now posted with a body to endpoint /v2/requests
This commit is contained in:
@@ -174,7 +174,7 @@ export default {
|
||||
sendRequest(){
|
||||
request(this.id, this.type, storage.token)
|
||||
.then(resp => {
|
||||
if (resp.data.success) {
|
||||
if (resp.success) {
|
||||
this.requested = true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user