yandex auth

This commit is contained in:
Administrator
2023-09-24 22:31:37 +03:00
parent 125eaf7f58
commit 073e52e09e
6 changed files with 56 additions and 3 deletions

View File

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