update url for family portal

This commit is contained in:
Neeraj Gupta 2022-04-21 20:25:37 +05:30
parent 4151b18b43
commit 896ac3cf29
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -15,7 +15,7 @@ const kWebPaymentBaseEndpoint = String.fromEnvironment("web-payment",
defaultValue: "https://payments.ente.io");
const kFamilyPlanManagementUrl = String.fromEnvironment("web-family",
defaultValue: "https://family.ente.io");
defaultValue: "https://families.ente.io");
class BillingService {
BillingService._privateConstructor();