dsys / match

:crystal_ball: Scalable reverse image search built on Kubernetes and Elasticsearch
Other
1.25k stars 150 forks source link

Fixed the /list route arguments get issue #34

Closed astro-stan closed 5 years ago

astro-stan commented 5 years ago

The arguments given by a GET request on the /list route were not getting received by the elasicsearch, due to a wrong method call.

kern commented 5 years ago

Would you be able to support both form and args in both this /list route and the others? Happy to merge if so! Thanks @SlavDimov. :)

astro-stan commented 5 years ago

What about now? All routes that supported GET requests now support POST requests as well.

kern commented 5 years ago

awesome thanks @SlavDimov ! :)