update family portal base url

This commit is contained in:
Neeraj Gupta 2022-05-03 18:10:51 +05:30
parent 7748c88066
commit d7c88ff678
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://families.ente.io");
defaultValue: "https://family.ente.io");
class BillingService {
BillingService._privateConstructor();