Skip to content

Commit 84971ef

Browse files
committed
update url
1 parent a7cb186 commit 84971ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/hooks/use-billing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fetch } from "@hypr/utils";
55

66
const SERVER_BASE_URL = import.meta.env.DEV
77
? "http://localhost:8082"
8-
: "https://server.hyprnote.com";
8+
: "https://server2.hyprnote.com";
99

1010
export function useBilling({
1111
stripe_customer_id,

0 commit comments

Comments
 (0)