Skip to content

Commit

Permalink
Merge pull request #529 from baha-a/guard-hotfix
Browse files Browse the repository at this point in the history
Fix authenticate step in guard file
  • Loading branch information
KlviG authored Apr 25, 2024
2 parents 95bd683 + c56d371 commit d3f664b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/DSL/GET/.guard
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
authenticate:
template: check-user-authority
template: templates/check-user-authority
requestType: post
headers:
cookie: ${incoming.headers.cookie}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/DSL/POST/.guard
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
authenticate:
template: check-user-authority
template: templates/check-user-authority
requestType: post
headers:
cookie: ${incoming.headers.cookie}
Expand Down

0 comments on commit d3f664b

Please sign in to comment.