person controller finished

This commit is contained in:
2024-10-03 16:18:17 +02:00
Unverified
parent 9a9e29ecf4
commit 4f16596ea3
14 changed files with 379 additions and 2 deletions

View File

@@ -70,6 +70,15 @@
"DeletePhoto": "/{0}",
"PutPhotoBackgroundData": "/{0}/background_data",
"DeletePhotoBackgroundData": "/{0}/background_data"
},
"Persons": {
"Base": "/persons",
"GetAllPersons": "",
"GetPerson": "/{0}",
"PostPerson": "",
"PutPerson": "/{0}",
"DeletePerson": "/{0}",
"GetPersonsViewRank": "/view"
}
}
}