Skip to content

Commit

Permalink
app2 change
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoFresh committed Aug 17, 2021
1 parent ed89d63 commit 7f9c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
})();

0 comments on commit 7f9c2d3

Please sign in to comment.