api ulandi

This commit is contained in:
Samandar Turgunboyev
2025-11-27 19:58:21 +05:00
parent bd23d3f2ad
commit 0c647ff5ff
33 changed files with 928 additions and 418 deletions

View File

@@ -10,18 +10,24 @@ const OBJECT = "/api/v1/shared/place/";
const DOCTOR = "/api/v1/shared/doctor/";
const PHARMACY = "/api/v1/shared/pharmacy/";
const LOCATION = "/api/v1/shared/location/";
const TOUR_PLAN = "/api/v1/shared/tour_plan/list";
const TOUR_PLAN = "/api/v1/shared/tour_plan/";
const FACTORY = "/api/v1/shared/factory/list/";
const PRODUCT = "/api/v1/orders/product/list/";
const ORDER = "/api/v1/orders/order/";
export {
BASE_URL,
CREATE_USER,
DISCTRICT,
DOCTOR,
FACTORY,
LOCATION,
LOGIN_USER,
OBJECT,
ORDER,
PHARMACY,
PLANS,
PRODUCT,
REGIONS,
TOUR_PLAN,
};