Changed update and delete actions to use PUT and DELETE methods, following convention.
Fixes #87
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Try using the old routes as PUT or DELETE
Test Configuration:
Windows 10
Postman
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] New and existing unit tests pass locally with my changes
Description
Changed update and delete actions to use PUT and DELETE methods, following convention.
Fixes #87
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Try using the old routes as PUT or DELETE
Test Configuration:
Checklist: