pull/490/head
Hunter Long 2020-04-08 14:17:28 -07:00
parent 40dc02d1c0
commit 8f32e89f4e
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class Api {
}
async incident_update_delete(update) {
return axios.post('api/incidents/'+incident.id+'/updates', data).then(response => (response.data))
return axios.delete('api/incidents/'+update.incident+'/updates/'+update.id).then(response => (response.data))
}
async incidents_service(service) {