]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Retrieve tag / tags value from query or request 3103/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 9 May 2017 21:15:25 +0000 (23:15 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 9 May 2017 21:15:25 +0000 (23:15 +0200)
It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard).
Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)


No differences found