change onpoint api path

This commit is contained in:
Sinh 2022-10-03 11:04:14 +07:00
parent 7343221d5e
commit ee4024dbe4
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ const (
baseURLStaging = "https://dev-selly-api.onpoint.vn" baseURLStaging = "https://dev-selly-api.onpoint.vn"
baseURLProd = "https://selly-api.onpoint.vn" baseURLProd = "https://selly-api.onpoint.vn"
apiPathCreateOrder = "/v1/orders" apiPathCreateOrder = "/v1/orders/create"
apiPathUpdateDelivery = "/v1/orders/delivery/update" apiPathUpdateDelivery = "/v1/orders/update_delivery"
apiPathCancelOrder = "/v1/orders/cancel" apiPathCancelOrder = "/v1/orders/cancel"
apiPathGetChannels = "/v1/channels" apiPathGetChannels = "/v1/channels"