Skip to content

Commit

Permalink
feat: point to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefAWasfy committed Dec 19, 2024
1 parent 48abfc8 commit ef7a583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/nextjs/template/src/lib/clients/iota.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export async function fetchIotaVpResponse(
const api = new IotaApi(
new Configuration({
apiKey: authProvider.fetchProjectScopedToken.bind(authProvider),
basePath: `${apiGatewayUrl}/ais`,
})
);

Expand Down

0 comments on commit ef7a583

Please sign in to comment.