We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cb186 commit 84971efCopy full SHA for 84971ef
apps/desktop/src/hooks/use-billing.ts
@@ -5,7 +5,7 @@ import { fetch } from "@hypr/utils";
5
6
const SERVER_BASE_URL = import.meta.env.DEV
7
? "http://localhost:8082"
8
- : "https://server.hyprnote.com";
+ : "https://server2.hyprnote.com";
9
10
export function useBilling({
11
stripe_customer_id,
0 commit comments