Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Nov 1, 2024
1 parent db3c88f commit 17e96e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createJWT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function createJWT(doc: any) {
"access_token": {
"value": jwt,
"manage": {
"uri": url.protocol + "//" + url.hostname + "/as/token/" + doc.interact_nonce.value,
"uri": url.protocol + "//" + url.hostname + "/api/as/token/" + doc.interact_nonce.value,
"access_token": {
"value": token_endpoint_access_token
}
Expand Down

0 comments on commit 17e96e5

Please sign in to comment.