diff options
| author | _Tradam <[email protected]> | 2024-06-16 21:42:53 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-16 21:42:53 -0400 |
| commit | b92e581de47e8326c7f6de3bf11923857ef748ca (patch) | |
| tree | 88404bdc43946808106192025c496b9ecf57a6bc | |
| parent | 85e6b7dbc8af49a31832705ca8dfea5afd032d8d (diff) | |
| download | gameHolster-b92e581de47e8326c7f6de3bf11923857ef748ca.tar.gz gameHolster-b92e581de47e8326c7f6de3bf11923857ef748ca.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 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 |
