Skip to content

Commit 0398653

Browse files
Dean SoferDean Sofer
authored andcommitted
Update endpoint URLs
1 parent aa6c1b3 commit 0398653

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

19hz/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ window.showUserLocation = async function () {
571571
*/
572572
class Events {
573573
static API_TOKEN = '__APIFY_TOKEN__';
574-
static API = `https://api.apify.com/v2/acts/proloser~19hz-csv-crawler/runs/last/dataset/items?clean=true&token=${Events.API_TOKEN}`;
574+
static API = `https://api.apify.com/v2/actor-tasks/proloser~19hz-csv-crawler/runs/last/dataset/items?token=${Events.API_TOKEN}`;
575575
static VENUES_URL = 'venues.json';
576576

577577
/**

map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ window.showUserLocation = async function () {
451451
*/
452452
class Events {
453453
static API_TOKEN = '__APIFY_TOKEN__';
454-
static API = `https://api.apify.com/v2/acts/apify~cheerio-scraper/runs/last/dataset/items?clean=true&token=${Events.API_TOKEN}`;
454+
static API = `https://api.apify.com/v2/actor-tasks/proloser~funcheapsf-cheerio-scraper-task/runs/last/dataset/items?token=${Events.API_TOKEN}`;
455455
/**
456456
* Generates and returns a google maps info window
457457
*

0 commit comments

Comments
 (0)