Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Fix HTTP methods in routes #196

Open
Nastaliss opened this issue Feb 27, 2019 · 0 comments
Open

Fix HTTP methods in routes #196

Nastaliss opened this issue Feb 27, 2019 · 0 comments
Assignees

Comments

@Nastaliss
Copy link
Contributor

Fix the methods used in API and front-end, sometimes incorrectly used.

E.G.

GET should not store data
POST should create one or more objects
PUT should edit some (but not all) fields from an object 

...

exportAction is post (should be get)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants