1.1.10 funcs for raise and highlight routes
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user