removed urls
This commit is contained in:
parent
f278dda1be
commit
e812729389
1 changed files with 5 additions and 3 deletions
|
|
@ -15,10 +15,12 @@ class PApiUrls {
|
|||
static String getLanguages = "/languages";
|
||||
|
||||
/// ---------------------- Users --------------------------------------
|
||||
static String createUser = "/account/create";
|
||||
static String userDetails = "/account/get_user_access_token?pangea_user_id=";
|
||||
static String updateUserProfile = "/account/update";
|
||||
static String paymentLink = "/account/payment_link";
|
||||
static String userDetails = "/account/get_user_access_token?pangea_user_id=";
|
||||
|
||||
// USED ??
|
||||
static String createUser = "/account/create";
|
||||
static String updateUserProfile = "/account/update";
|
||||
static String subscriptionExpiration = "/account/premium_expires_date";
|
||||
|
||||
/// ---------------------- Conversation Partner -------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue