This commit is contained in:
Administrator
2023-09-23 19:10:06 +03:00
parent 59aa298db6
commit 53b9f9d840
7 changed files with 53 additions and 5 deletions

View File

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