This commit is contained in:
Administrator
2023-10-10 00:29:42 +03:00
parent 21b338b256
commit 4bfc6c2f22
3 changed files with 27 additions and 1 deletions

View File

@@ -12,5 +12,6 @@ urlpatterns = [
path(*LogoutView.as_path()),
path(*PingView.as_path()),
path(*VKAuthView.as_path()),
path(*YandexAuthView.as_path())
path(*YandexAuthView.as_path()),
path('is_staff', is_staff)
]