From ef7a5830d15bb2bdbedd49957db5b98565749668 Mon Sep 17 00:00:00 2001 From: YoussefAWasfy Date: Thu, 19 Dec 2024 17:14:25 +0100 Subject: [PATCH] feat: point to dev --- generator/nextjs/template/src/lib/clients/iota.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/nextjs/template/src/lib/clients/iota.ts b/generator/nextjs/template/src/lib/clients/iota.ts index a812357..f8ac612 100644 --- a/generator/nextjs/template/src/lib/clients/iota.ts +++ b/generator/nextjs/template/src/lib/clients/iota.ts @@ -92,6 +92,7 @@ export async function fetchIotaVpResponse( const api = new IotaApi( new Configuration({ apiKey: authProvider.fetchProjectScopedToken.bind(authProvider), + basePath: `${apiGatewayUrl}/ais`, }) );