chore(graphql): API::V2::DossiersController is not using tokens

This commit is contained in:
Paul Chavard 2024-07-22 11:05:58 +02:00
parent 38243434d2
commit c31321d695
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
class API::V2::DossiersController < API::V2::BaseController
before_action :ensure_dossier_present
skip_before_action :authenticate_from_token
def pdf
@acls = PiecesJustificativesService.new(user_profile: Administrateur.new, export_template: nil).acl_for_dossier_export(dossier.procedure)