From 060d6c6a993d4007b252cac01d1f81e46921ac5a Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 1 Jun 2022 10:57:56 +0100 Subject: [PATCH] Update default URL --- sdk/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/index.ts b/sdk/index.ts index 388d88d..9eeb3af 100644 --- a/sdk/index.ts +++ b/sdk/index.ts @@ -14,7 +14,7 @@ import { SegmentModel } from '../flagsmith-engine/segments/models'; import { getIdentitySegments } from '../flagsmith-engine/segments/evaluators'; import { FlagsmithCache } from './types'; -const DEFAULT_API_URL = 'https://api.flagsmith.com/api/v1/'; +const DEFAULT_API_URL = 'https://edge.api.flagsmith.com/api/v1/'; export class Flagsmith { environmentKey?: string;