diff --git a/client.ts b/client.ts index 07080f2..0c26d94 100644 --- a/client.ts +++ b/client.ts @@ -192,7 +192,7 @@ class Collection { // deno-lint-ignore no-explicit-any async callApi(method: string, extra: Document): Promise { const { endpoint, appId, apiKey, dataSource } = this.client; - const url = `${endpoint}/app/${appId}/endpoint/data/beta/action/${method}`; + const url = `${endpoint}/app/${appId}/endpoint/data/v1/action/${method}`; const response = await this.client.fetch(url, { method: "POST",