Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 24a0044

Browse files
authored
Merge pull request #40 from Mable-AI/zaid-gen-2290-4-remove-aws-api-gateway
[GEN-2290] Remove AWS API Gateway
2 parents 0e9fa12 + 9293b10 commit 24a0044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class Analytics {
2828
assert(apiKey, 'Please provide a valid API key.');
2929

3030
this.defaultHost = (env == 'production')
31-
? 'https://api.mable.ai/v1/batch'
32-
: 'https://api.mable.ai/dev/v1/batch';
31+
? 'https://ingestion.mable.ai/batch'
32+
: 'https://ingestion.dev.mable.ai/batch';
3333

3434
this.apiKey = apiKey;
3535
this.host = host || this.defaultHost;

0 commit comments

Comments
 (0)