1.1.10 funcs for raise and highlight routes

This commit is contained in:
SDE
2024-06-03 02:57:36 +03:00
parent e319a8af46
commit 40951fdfcb

View File

@@ -4,6 +4,8 @@ from django.urls import path
# from AuthApp.import_funcs import *
from .js_views import *
# /routes/
urlpatterns = [
path('change_route/<int:route_id>/', create_or_change_route_ajax, name='change_route_ajax'),
path('create_or_change_route/', create_or_change_route_ajax, name='create_or_change_route_ajax'),