rootstrap / rails_api_base

API boilerplate project for Ruby on Rails 7
https://rootstrap.com
MIT License
496 stars 116 forks source link

Wrong Content/type in users sign in request. #131

Closed glm4 closed 6 years ago

glm4 commented 6 years ago

When requesting POST api/v1/users/sign_in, the content type is text/html instead of application/json even when the response body is a valid JSON with the signed in user.

glm4 commented 6 years ago

Fixed in #132