edit route url
This commit is contained in:
SDE
2023-07-31 19:16:09 +03:00
parent 583bcfc9a8
commit dce31b11b7
3 changed files with 35 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ urlpatterns = [
path('login/', login_ajax, name='login_ajax'),
path('new_route_view/', new_route_view_ajax, name='new_route_view_ajax'),
path('my_routes/', my_routes_ajax, name='my_routes_ajax'),
path('subscribe/', subscribe_ajax, name='subscribe_ajax'),
path('new_msg_to_user/', new_msg_to_user_ajax, name='new_msg_to_user' ),