This commit is contained in:
Administrator
2023-09-23 16:22:05 +03:00
parent 73d1d3f957
commit 9e0919466c
3 changed files with 11 additions and 1 deletions

View File

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