mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 09:18:10 +00:00
Remove defunct endpoints
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user