diff --git a/libs/client/package.json b/libs/client/package.json index 2488dca..af2da50 100644 --- a/libs/client/package.json +++ b/libs/client/package.json @@ -1,7 +1,7 @@ { "name": "@fal-ai/client", "description": "The fal.ai client for JavaScript and TypeScript", - "version": "1.9.2", + "version": "1.9.3", "license": "MIT", "repository": { "type": "git", diff --git a/libs/client/src/config.ts b/libs/client/src/config.ts index e9843bf..ccd4f2c 100644 --- a/libs/client/src/config.ts +++ b/libs/client/src/config.ts @@ -151,5 +151,5 @@ export function createConfig(config: Config): RequiredConfig { * @returns the URL of the fal REST api endpoint. */ export function getRestApiUrl(): string { - return "https://rest.alpha.fal.ai"; + return "https://rest.fal.ai"; }