0.1.10
create_or_change_route
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user