Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #543 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 475 487 +12
Branches 17 18 +1
=========================================
+ Hits 475 487 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think that's overkill, we only want to ensure that the user understands that GET is the only allowed method for browsers. A boolean should suffice. |
|
Switched to bool |
|
I've added changelog as we don't seem to have any docs. I think that's fine, so feel free to merge if you're happy with it. |
|
@Dreamsorcerer, thanks I got some thoughts :D This way we helped to warn frontend developer with 405 status code after request. |
I would expect a backend developer to test their code, even if only with Postman or similar, which is why this probably still works. |
What do these changes do?
Are there changes in behavior for the user?
Related issue number
Checklist