change onpoint api path
This commit is contained in:
		
							parent
							
								
									7343221d5e
								
							
						
					
					
						commit
						ee4024dbe4
					
				| 
						 | 
					@ -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"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue