summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2024-06-16 22:25:50 -0400
committer_Tradam <[email protected]>2024-06-16 22:25:50 -0400
commitb1daa87e30ec75785dad41df1cfbd4a5d25ff3cb (patch)
treef407c61ccb681b34e7df2c60a6ab1eb11d69da55
parentb92e581de47e8326c7f6de3bf11923857ef748ca (diff)
downloadgameHolster-b1daa87e30ec75785dad41df1cfbd4a5d25ff3cb.tar.gz
gameHolster-b1daa87e30ec75785dad41df1cfbd4a5d25ff3cb.zip
test build hook
-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