ecamp / hal-json-vuex

Use a HAL JSON API with a Vuex store.
MIT License
8 stars 3 forks source link

Cannot handle 204 responses during patch #279

Open usu opened 1 year ago

usu commented 1 year ago

During post(), 204 responses are caught separately and the promise is returned without storing any data.

During patch(), 204 responses are not properly handled and the promise rejects.