Closed agtzdimi closed 5 years ago
This link should be useful from the expressJS official: https://expressjs.com/en/guide/routing.html
express handles this information through req.query. No further configuration needed in the current implementation
Whenever we request an HTTP GET with route parameters we need to modify the route in Express to handle these cases. Currently having only the endpoint is wrong