aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Repository
Commit message (Collapse)AuthorAgeFilesLines
* Cast client id to avoid PG errorJeremy Benoist2019-01-091-0/+19
If someone send a malformated client_id when trying to authenticate using the API we got a 500 if wallabag use postgres because the request send a string instead of an integer.