diff options
Diffstat (limited to 'app/controllers/api')
| -rw-r--r-- | app/controllers/api/v1/auth_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/auth_controller.rb b/app/controllers/api/v1/auth_controller.rb index b8dc129..0e030d9 100644 --- a/app/controllers/api/v1/auth_controller.rb +++ b/app/controllers/api/v1/auth_controller.rb @@ -15,7 +15,7 @@ class Api::V1::AuthController < ApplicationController render json: result else puts "Not logged in" - render json: { info: "Not logged in" }, status: 401 + render json: { info: "Not logged in -- change thingies" }, status: 401 end end def callback |
