mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 23:32:49 +00:00
bruh
This commit is contained in:
parent
ba1c5eb39b
commit
9b5f950b95
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
module API
|
||||
module V1
|
||||
class QZTraysController < API::V1::ApplicationController
|
||||
class QZTraysController < ApplicationController
|
||||
before_action :set_cors_headers
|
||||
skip_before_action :require_not_qz_only!
|
||||
skip_before_action :verify_authenticity_token, only: [:sign]
|
||||
|
||||
def cert
|
||||
send_data QZTrayService.certificate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue