diff --git a/lib/services/billing_service.dart b/lib/services/billing_service.dart index 59cd9b0c5..7e5f24b9d 100644 --- a/lib/services/billing_service.dart +++ b/lib/services/billing_service.dart @@ -15,7 +15,7 @@ const kWebPaymentBaseEndpoint = String.fromEnvironment("web-payment", defaultValue: "https://payments.ente.io"); const kFamilyPlanManagementUrl = String.fromEnvironment("web-family", - defaultValue: "https://families.ente.io"); + defaultValue: "https://family.ente.io"); class BillingService { BillingService._privateConstructor();