Merge pull request #229 from ente-io/update_family_portal_url

This commit is contained in:
Vishnu Mohandas 2022-05-03 18:11:43 +05:30 committed by GitHub
commit 9d3c825828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();