get routes
This commit is contained in:
SDE
2023-07-26 14:38:35 +03:00
parent 1bff51c09c
commit 4d07d613ad
2 changed files with 32 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ from .js_views import *
urlpatterns = [
path('create_route/', create_route_ajax, name='create_route_ajax'),
path('get_routes/', get_routes_ajax, name='get_routes_ajax'),
]