Browse Source

Fix proofs API being inaccessible in secure mode (#12495)

master
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
d9793b2367
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/controllers/api/proofs_controller.rb

+ 2
- 0
app/controllers/api/proofs_controller.rb View File

@ -3,6 +3,8 @@
class Api::ProofsController < Api::BaseController
include AccountOwnedConcern
skip_before_action :require_authenticated_user!
before_action :set_provider
def index

Loading…
Cancel
Save