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'),