Browse Source

mobile verification done

pull/1/head
Amrit Giri 4 years ago
parent
commit
eaf48e5e11
  1. 2
      GME Remit/APIs/Router/APIRouter.swift

2
GME Remit/APIs/Router/APIRouter.swift

@ -400,7 +400,7 @@ extension APIRouter {
case .customerProfile: case .customerProfile:
return "\(baseUrl)/mobile/CustomerProfile" return "\(baseUrl)/mobile/CustomerProfile"
case .requestOTP: case .requestOTP:
return "\(baseUrl)/requestOTP"
return "\(baseUrl)/mobile/requestOTP"
case .customerRegister: case .customerRegister:
return "\(baseUrlWithoutVersion)v3/mobile/customerRegister" return "\(baseUrlWithoutVersion)v3/mobile/customerRegister"
case .passwordReset: case .passwordReset:

Loading…
Cancel
Save