Closed wizbit closed 2 years ago
When requesting a response and the status code is 204 no response is returned.
// login returns 204 if successful (uses headers to specify user) api.post<Response>('login', {email, password}, {responseAs: 'response'}).then(response => { // response is null })
When requesting a response and the status code is 204 no response is returned.