Skip to content

Commit 591f9a9

Browse files
committed
Update default THIRDWEB_API_HOST URL
Changed the fallback THIRDWEB_API_HOST from 'https://api.thirdweb.com' to 'https://api.thirdweb-dev.com' to reflect the new API endpoint.
1 parent c2934ce commit 591f9a9

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/@/constants

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/constants/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const THIRDWEB_API_HOST =
2-
process.env.NEXT_PUBLIC_THIRDWEB_API_HOST || "https://api.thirdweb.com";
2+
process.env.NEXT_PUBLIC_THIRDWEB_API_HOST || "https://api.thirdweb-dev.com";
33

44
export const THIRDWEB_PAY_DOMAIN =
55
process.env.NEXT_PUBLIC_PAY_URL || "pay.thirdweb-dev.com";

0 commit comments

Comments
 (0)