From 40951fdfcbf3f83b3eec215954a14ffff8fcaad6 Mon Sep 17 00:00:00 2001 From: SDE Date: Mon, 3 Jun 2024 02:57:36 +0300 Subject: [PATCH] 1.1.10 funcs for raise and highlight routes --- RoutesApp/js_urls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RoutesApp/js_urls.py b/RoutesApp/js_urls.py index b0da061..3bbefe0 100644 --- a/RoutesApp/js_urls.py +++ b/RoutesApp/js_urls.py @@ -4,6 +4,8 @@ from django.urls import path # from AuthApp.import_funcs import * from .js_views import * +# /routes/ + urlpatterns = [ path('change_route//', 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'),