diff --git a/src/lib/infrastructure/server/trpc/routers/gateway/research-context.ts b/src/lib/infrastructure/server/trpc/routers/gateway/research-context.ts index dfc2c3e..c021989 100644 --- a/src/lib/infrastructure/server/trpc/routers/gateway/research-context.ts +++ b/src/lib/infrastructure/server/trpc/routers/gateway/research-context.ts @@ -13,7 +13,7 @@ export const researchContextGatewayRouter = createTRPCRouter({ const logger = loggerFactory("ListResearchContext TRPC Router"); try { - const gateway = serverContainer.get(GATEWAYS.RESEARCH_CONTEXT_GATEWAY); + const gateway = serverContainer.get(GATEWAYS.KERNEL_RESEARCH_CONTEXT_GATEWAY); const dto = await gateway.list(); return dto; } catch (error) {