Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Jul 13, 2024
1 parent 05c9663 commit 73e959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web5-connect/web5-connect-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Web5ConnectServer {
public async setWeb5ConnectRequest(request: Web5ConnectRequest): Promise<SetWeb5ConnectRequestResult> {
// Generate a request URI
const requestId = randomUuid();
const request_uri = `${this.baseUrl}/connect/${requestId}.jwt`;
const request_uri = `${this.baseUrl}/connect/authorize/${requestId}.jwt`;

// Store the Request Object.
this.cache.insert(`request:${requestId}`, request, Web5ConnectServer.ttlInSeconds);
Expand Down

0 comments on commit 73e959b

Please sign in to comment.