Skip to content

Commit

Permalink
Whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-rootkit committed Dec 20, 2023
1 parent bdede46 commit a9d5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/address-bar-spoofing/server/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ router.get('/download-redirect', (req, res) => {
res.redirect(301, 'https://staticcdn.duckduckgo.com/macos-desktop-browser/duckduckgo.dmg');
});

module.exports = router;
module.exports = router;

0 comments on commit a9d5045

Please sign in to comment.