DanielRHolland / AADGroupProject

0 stars 0 forks source link

Fix save response (headers should match body) #85

Closed DanielRHolland closed 4 years ago

DanielRHolland commented 4 years ago

At the moment, response body is a string e.g. product/success, but the response headers specify that the body is a json i.e. (Content-Type: application/json;charset=UTF-8)

This causes errors in the browser console because the specified response .

larrett commented 4 years ago

Sorted.