2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 17:28:11 +00:00

Remove defunct endpoints

This commit is contained in:
Oliver Walters
2025-11-25 10:47:48 +00:00
parent 1d1fde6be5
commit dddc984ca4
2 changed files with 1 additions and 2 deletions

View File

@@ -132,7 +132,6 @@ export enum ApiEndpoints {
supplier_part_list = 'company/part/', supplier_part_list = 'company/part/',
supplier_part_pricing_list = 'company/price-break/', supplier_part_pricing_list = 'company/price-break/',
manufacturer_part_list = 'company/part/manufacturer/', manufacturer_part_list = 'company/part/manufacturer/',
manufacturer_part_parameter_list = 'company/part/manufacturer/parameter/',
// Stock location endpoints // Stock location endpoints
stock_location_list = 'stock/location/', stock_location_list = 'stock/location/',

View File

@@ -683,7 +683,7 @@ export default function ImportPartWizard({
})); }));
try { try {
await api.post( await api.post(
apiUrl(ApiEndpoints.part_parameter_list), apiUrl(ApiEndpoints.parameter_list),
createParameters createParameters
); );
showNotification({ showNotification({