support chat v3
This commit is contained in:
SDE
2023-08-24 16:48:13 +03:00
parent 4f294455cc
commit 30b090c527
4 changed files with 9 additions and 2 deletions

View File

@@ -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: