person controller finished
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user