diff options
| author | _Tradam <[email protected]> | 2024-06-16 22:25:50 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-16 22:25:50 -0400 |
| commit | b1daa87e30ec75785dad41df1cfbd4a5d25ff3cb (patch) | |
| tree | f407c61ccb681b34e7df2c60a6ab1eb11d69da55 | |
| parent | b92e581de47e8326c7f6de3bf11923857ef748ca (diff) | |
| download | gameHolster-b1daa87e30ec75785dad41df1cfbd4a5d25ff3cb.tar.gz gameHolster-b1daa87e30ec75785dad41df1cfbd4a5d25ff3cb.zip | |
test build hook
| -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 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 |
