Skip to content

Commit

Permalink
app2 file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoFresh committed Aug 16, 2021
1 parent abe7c43 commit b33e073
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.ua');
await page.goto('https://google.com');
})();

0 comments on commit b33e073

Please sign in to comment.