-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable GET method for unarchiving #272
Conversation
POST is now being used.
Codecov Report
@@ Coverage Diff @@
## develop #272 +/- ##
========================================
Coverage 93.38% 93.38%
========================================
Files 58 58
Lines 2115 2115
Branches 194 194
========================================
Hits 1975 1975
- Misses 117 118 +1
+ Partials 23 22 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're disabling previously available calls I feel like there should be a test testing a 405
response for GET
method
Where GET previously worked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
The front end is using POST now so GET can be removed.