chore(graphql): API::V2::DossiersController is not using tokens
This commit is contained in:
parent
38243434d2
commit
c31321d695
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue