refactor: refs #8289 Delete guessPriority method #1704
|
@ -141,7 +141,7 @@ const setOrderedPriority = async () => {
|
|||
};
|
||||
|
||||
const sortRoutes = async () => {
|
||||
await axios.patch(`Routes/${route.params?.id}/guessPriority/`);
|
||||
await axios.patch(`Routes/${route.params?.id}/optimizePriority`);
|
||||
refreshKey.value++;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue