Skip to content

Commit

Permalink
Update modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodej…
Browse files Browse the repository at this point in the history
…s.adoc
  • Loading branch information
kemister85 authored Nov 25, 2024
1 parent ad16329 commit 6f5d282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Your project should look like this:
exportpdf_service_url: "<serviceURL>",
// export_token_provider fetches a token from the `/jwt` endpoint.
export_token_provider: () => {
exportpdf_token_provider: () => {
return fetch('http://localhost:3000/jwt', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
Expand Down

0 comments on commit 6f5d282

Please sign in to comment.