Skip to content

Commit 27495b6

Browse files
committed
fix: default api endpoint
1 parent 33ffccc commit 27495b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebolt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Dependencies = {
99
httpClient: HttpClient;
1010
};
1111

12-
const DEFAULT_API_ENDPOINT = "api.firebolt.io";
12+
const DEFAULT_API_ENDPOINT = "api.app.firebolt.io";
1313

1414
export const FireboltClient = (dependencies: Dependencies) => {
1515
return (options: FireboltClientOptions = {}) => {

0 commit comments

Comments
 (0)