Closed junwenzh closed 8 months ago
The scrape2 GET route fails to parse the coordinates from query parameters. It's returning undefined.
Steps to reproduce the behavior:
The express router should parse out url, x, and y.
The issue is because Express is interpreting the coordinates as part of the url argument.
The recommended solution is to convert the route to a POST request.
Describe the Bug
The scrape2 GET route fails to parse the coordinates from query parameters. It's returning undefined.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The express router should parse out url, x, and y.
Environment (please complete the following information)