diff --git a/app2/index.js b/app2/index.js index 05c2120..2c8d500 100644 --- a/app2/index.js +++ b/app2/index.js @@ -7,5 +7,5 @@ const puppeteer = require('puppeteer'); executablePath: 'google-chrome-stable', }); const page = await browser.newPage(); - await page.goto('https://google.com'); + await page.goto('https://google.com.ua'); })();