scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
150 stars 97 forks source link

[Backend] Update and delete functions should use PUT and DELETE methods #87

Open amlannandy opened 3 years ago

amlannandy commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, the update and delete functions such as deleting a case or updating a user's role all use POST methods.

Describe the solution you'd like They should be changed to PUT and DELETE methods respectively according to the convention.

Describe alternatives you've considered N/A

Additional context N/A