0.0.44 w route card

This commit is contained in:
SBD
2025-01-17 19:43:35 +03:00
parent 34ef2f23b7
commit b3f4eec2e9
3 changed files with 31 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ function changeRoute(el) {
'owner_type': $parent.dataset.owner_type,
}
let request = new api({
url: '/routes/create_or_change_route/',
url: '/routes/edit_route/',
data: data,
data_type: 'json',
success: (res) => {