Skip to content

Commit 6f5d282

Browse files
authored
Update modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc
1 parent ad16329 commit 6f5d282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Your project should look like this:
118118
exportpdf_service_url: "<serviceURL>",
119119
120120
// export_token_provider fetches a token from the `/jwt` endpoint.
121-
export_token_provider: () => {
121+
exportpdf_token_provider: () => {
122122
return fetch('http://localhost:3000/jwt', {
123123
method: 'POST',
124124
headers: { 'Content-Type': 'application/json' },

0 commit comments

Comments
 (0)