Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdias committed May 5, 2020
1 parent 67f8b3a commit 8393785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ router.get('/', function (req, res, next) {

myPlatform = process.platform

let inImgPath = "/images/catpaw.png";
let inImgPath = "/images/dogpaw.png";

if (myPlatform != "linux") {
inImgPath = "/images/catpaw.png"
inImgPath = "/images/dogpaw.png"
}

res.render('index',
Expand Down

0 comments on commit 8393785

Please sign in to comment.