api intigreted of scan Qr and recent scan histoy ,scan history,scan history details
This commit is contained in:
@@ -4,15 +4,16 @@ class ApiUrls {
|
||||
static const baseUrl = "https://testingapi.citycards.betadelivery.com"; // Test API
|
||||
// static const baseUrl = "https://uatapi.citycard.betadelivery.com"; // Production Lvl API
|
||||
|
||||
static const refreshToken = "$baseUrl/auth/refresh";
|
||||
static const refreshToken = "$baseUrl/partner/auth/refresh";
|
||||
|
||||
// ================= GET APIs =================
|
||||
static const authUserDetails = "$baseUrl/partner/auth";
|
||||
|
||||
static const supportDetails = "$baseUrl/mobile/partners/support";
|
||||
static const scanHistory = "$baseUrl/mobile/partners/scan-history";
|
||||
// ================= POST APIs =================
|
||||
static const login = "$baseUrl/partner/auth/login";
|
||||
static const forgotPassword = "$baseUrl/partner/auth/forgot-password";
|
||||
static const verifyOtp = "$baseUrl/partner/auth/verify-otp";
|
||||
static const resetPassword = "$baseUrl/partner/auth/set-password";
|
||||
|
||||
static const redeem = "$baseUrl/mobile/partners/redeem";
|
||||
}
|
||||
Reference in New Issue
Block a user