mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 19:45:08 +00:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
module Backend
|
|
class NoAuthController < ApplicationController
|
|
skip_before_action :authenticate_user!
|
|
end
|
|
end
|