diff options
| -rw-r--r-- | app/controllers/api/v1/auth_controller.rb | 3 | ||||
| -rw-r--r--[-rwxr-xr-x] | bin/bundle | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | bin/docker-entrypoint | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | bin/rails | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | bin/rake | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | bin/setup | 0 |
6 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/api/v1/auth_controller.rb b/app/controllers/api/v1/auth_controller.rb index 34663b1..a840d26 100644 --- a/app/controllers/api/v1/auth_controller.rb +++ b/app/controllers/api/v1/auth_controller.rb @@ -50,7 +50,8 @@ class Api::V1::AuthController < ApplicationController user.access_token_digest = access_token_digest user.user_name = user_data["login"] user.save - redirect_to 'http://localhost:5173/', allow_other_host: true + #redirect_to 'http://localhost:5173/', allow_other_host: true + redirect_to 'https://malcz.com/', allow_other_host: true end private diff --git a/bin/bundle b/bin/bundle index 50da5fd..50da5fd 100755..100644 --- a/bin/bundle +++ b/bin/bundle diff --git a/bin/docker-entrypoint b/bin/docker-entrypoint index fe91345..fe91345 100755..100644 --- a/bin/docker-entrypoint +++ b/bin/docker-entrypoint |
