Skip to content

Commit

Permalink
fix: default URL should have protocol included (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Feb 6, 2024
1 parent f3873d9 commit 9316d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const DEFAULT_HEADERS = {
"User-Agent": `@deepgram/sdk/${version}`,
};

export const DEFAULT_URL = "api.deepgram.com";
export const DEFAULT_URL = "https://api.deepgram.com";

export const DEFAULT_GLOBAL_OPTIONS = {
url: DEFAULT_URL,
Expand Down

0 comments on commit 9316d91

Please sign in to comment.