create_or_change_route
This commit is contained in:
SDE
2023-08-01 16:44:08 +03:00
parent e4d4813909
commit ff008bfc7d
2 changed files with 2 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ from django.urls import path
from .js_views import *
urlpatterns = [
path('create_route/', create_route_ajax, name='create_route_ajax'),
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('get_routes/', get_routes_ajax, name='get_routes_ajax'),