person view add endpoint added

This commit is contained in:
2024-10-19 17:29:36 +02:00
Unverified
parent 84e78d3f4d
commit 28dcc102e6
6 changed files with 52 additions and 1 deletions

View File

@@ -94,6 +94,7 @@
"PutPerson": "/{0}",
"DeletePerson": "/{0}",
"GetPersonsViewRank": "/view",
"PostPersonsView": "/{0}/view",
"GetPersonPhoto": "/{0}/photo",
"PutPersonPhoto": "/{0}/photo",
"DeletePersonPhoto": "/{0}/photo",