We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ffccc commit 27495b6Copy full SHA for 27495b6
src/firebolt.ts
@@ -9,7 +9,7 @@ type Dependencies = {
9
httpClient: HttpClient;
10
};
11
12
-const DEFAULT_API_ENDPOINT = "api.firebolt.io";
+const DEFAULT_API_ENDPOINT = "api.app.firebolt.io";
13
14
export const FireboltClient = (dependencies: Dependencies) => {
15
return (options: FireboltClientOptions = {}) => {
0 commit comments