Skip to content

Commit 9d99df1

Browse files
authored
Merge pull request VantaInc#19 from VantaInc/showzeb/AI-767
Updating staging url to prod
2 parents 31565c4 + e1e7696 commit 9d99df1

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

src/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type BaseApiUrl =
2-
| "https://api.staging.vanta.com"
2+
| "https://api.vanta.com"
33
| "https://api.eu.vanta.com"
44
| "https://api.aus.vanta.com";
55

@@ -10,9 +10,9 @@ export function baseApiUrl(): BaseApiUrl {
1010
} else if (process.env.REGION === "aus") {
1111
return "https://api.aus.vanta.com";
1212
} else if (process.env.REGION === "us") {
13-
return "https://api.staging.vanta.com";
13+
return "https://api.vanta.com";
1414
}
1515
throw new Error(`Invalid region: ${process.env.REGION}`);
1616
}
17-
return "https://api.staging.vanta.com";
17+
return "https://api.vanta.com";
1818
}

terraform/main.tf

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)