Remove defunct endpoints
This commit is contained in:
parent
1d1fde6be5
commit
dddc984ca4
|
|
@ -132,7 +132,6 @@ export enum ApiEndpoints {
|
|||
supplier_part_list = 'company/part/',
|
||||
supplier_part_pricing_list = 'company/price-break/',
|
||||
manufacturer_part_list = 'company/part/manufacturer/',
|
||||
manufacturer_part_parameter_list = 'company/part/manufacturer/parameter/',
|
||||
|
||||
// Stock location endpoints
|
||||
stock_location_list = 'stock/location/',
|
||||
|
|
|
|||
|
|
@ -683,7 +683,7 @@ export default function ImportPartWizard({
|
|||
}));
|
||||
try {
|
||||
await api.post(
|
||||
apiUrl(ApiEndpoints.part_parameter_list),
|
||||
apiUrl(ApiEndpoints.parameter_list),
|
||||
createParameters
|
||||
);
|
||||
showNotification({
|
||||
|
|
|
|||
Loading…
Reference in New Issue