add
This commit is contained in:
@@ -17,6 +17,10 @@ const API = {
|
||||
USERS_ROLE: (role) => `/users/role/${role}`,
|
||||
CHANGE_PASSWORD: (id) => `/users/${id}/password`,
|
||||
|
||||
// 客户
|
||||
CUSTOMERS: '/customers',
|
||||
CUSTOMER: (id) => `/customers/${id}`,
|
||||
|
||||
// 车辆
|
||||
VEHICLES: '/vehicles',
|
||||
VEHICLE: (id) => `/vehicles/${id}`,
|
||||
|
||||
Reference in New Issue
Block a user