0.7.24
del route
This commit is contained in:
@@ -9,6 +9,7 @@ urlpatterns = [
|
||||
path('create_or_change_route/', create_or_change_route_ajax, name='create_or_change_route_ajax'),
|
||||
|
||||
path('edit_route/', edit_route_ajax, name='edit_route_ajax'),
|
||||
path('del_route/', del_route_ajax, name='del_route_ajax'),
|
||||
|
||||
path('get_routes/', get_my_routes_ajax, name='get_my_routes_ajax'),
|
||||
path('find_routes/', find_routes_ajax, name='find_routes_ajax'),
|
||||
|
||||
Reference in New Issue
Block a user