This commit is contained in:
2023-11-10 17:33:58 +03:00
parent bbd3fd51dc
commit d4e3b75bcb
3 changed files with 8 additions and 7 deletions

View File

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