feat: add credit cards endpoint
This commit is contained in:
@@ -7,9 +7,10 @@ export namespace endpoints {
|
||||
}
|
||||
export const enum v1 {
|
||||
profile = "profile/v1/Profile",
|
||||
creditCards = `${profile}/creditCards`,
|
||||
friendTransactions = "profile/v1/Transaction/friendTransactions",
|
||||
upcomingStays = "booking/v1/Stays/future",
|
||||
previousStays = "booking/v1/Stays/past",
|
||||
friendTransactions = "profile/v1/Transaction/friendTransactions",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user