diff options
| author | _Tradam <[email protected]> | 2024-06-17 00:44:10 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-17 00:44:10 -0400 |
| commit | c0faec4aaf819017f5c4f1083816aaad026e5ccc (patch) | |
| tree | c9e1694f8823cf035fe740ff7ec656fc1d01bf23 /app/controllers/api | |
| parent | 40860b70a2ffb58636b3bf6e6399f30e08eafec4 (diff) | |
| download | gameHolster-c0faec4aaf819017f5c4f1083816aaad026e5ccc.tar.gz gameHolster-c0faec4aaf819017f5c4f1083816aaad026e5ccc.zip | |
test automated deployment
Diffstat (limited to 'app/controllers/api')
| -rw-r--r-- | app/controllers/api/v1/auth_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/api/v1/auth_controller.rb b/app/controllers/api/v1/auth_controller.rb index f0cad2a..3a248cd 100644 --- a/app/controllers/api/v1/auth_controller.rb +++ b/app/controllers/api/v1/auth_controller.rb @@ -2,7 +2,6 @@ require 'net/http' require 'bcrypt' class Api::V1::AuthController < ApplicationController - before_action :cors_accept class << self end |
