Skip to content

Commit

Permalink
fix maps-scraper bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AV committed Jul 5, 2023
1 parent 1304edd commit 4070f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superscraper/scrapers/maps/maps-scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ app.post('/maps', (req, res) => {
handleMapsEndpoint(req, res);
});

app.post('/maps', (req, res) => {
app.post('/maps_overland', (req, res) => {
handleOverlandEndpoint(req, res);
});

Expand Down

0 comments on commit 4070f15

Please sign in to comment.