support tickets routines
This commit is contained in:
SDE
2023-08-02 14:35:27 +03:00
parent 03f2d90d29
commit 609c140904
7 changed files with 100 additions and 39 deletions

View File

@@ -177,7 +177,7 @@ def get_routes_ajax(request):
def create_or_change_route_ajax(request, route_id):
def create_or_change_route_ajax(request, route_id=None):
if request.method != 'POST':
raise Http404