Skip to content
Snippets Groups Projects
Unverified Commit d9793b23 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 80409235
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
class Api::ProofsController < Api::BaseController
include AccountOwnedConcern
skip_before_action :require_authenticated_user!
before_action :set_provider
def index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment