From b92e581de47e8326c7f6de3bf11923857ef748ca Mon Sep 17 00:00:00 2001 From: _Tradam Date: Sun, 16 Jun 2024 21:42:53 -0400 Subject: test build hook --- app/controllers/api/v1/auth_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3