summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/controllers/api/v1/auth_controller.rb2
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 0e030d9..3a248cd 100644
--- a/app/controllers/api/v1/auth_controller.rb
+++ b/app/controllers/api/v1/auth_controller.rb
@@ -14,7 +14,7 @@ class Api::V1::AuthController < ApplicationController
puts result
render json: result
else
- puts "Not logged in"
+ puts "Not logged in -- this should show up"
render json: { info: "Not logged in -- change thingies" }, status: 401
end
end