edit route url
This commit is contained in:
SDE
2023-07-31 19:16:09 +03:00
parent 583bcfc9a8
commit dce31b11b7
3 changed files with 35 additions and 0 deletions

View File

@@ -6,5 +6,7 @@ from .js_views import *
urlpatterns = [
path('create_route/', create_route_ajax, name='create_route_ajax'),
path('edit_route/', edit_route_ajax, name='edit_route_ajax'),
path('get_routes/', get_routes_ajax, name='get_routes_ajax'),
]