This commit is contained in:
2023-11-05 17:49:38 +03:00
parent 052f236206
commit 8e5a018c2a
2 changed files with 20 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ profile_tabs_f_static_map = new Map([
['show_cur_subscribe','my_subscribe'],
['change_profile','change_profile'],
['new_route_view_customer','create_route_for_customer'],
['new_route_view_mover','create_route_for_mover']
['new_route_view_mover','create_route_for_mover'],
['get_routes','my_routes']
])