0.3.35
support chat v3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .models import *
|
||||
def get_routes_Dict(user=None):
|
||||
def get_routes_Dict(user=None, data=None):
|
||||
from ReferenceDataApp.models import Airport, Country, City
|
||||
|
||||
# if not user and user.is_authenticated:
|
||||
|
||||
@@ -11,4 +11,5 @@ urlpatterns = [
|
||||
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