Skip to content

Commit

Permalink
Updated Status Page
Browse files Browse the repository at this point in the history
Updated LastUpdated
  • Loading branch information
aneesh-neelam committed Nov 17, 2014
1 parent d5618c2 commit cf8151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ router.get('/status', function (req, res) {
platform: process.platform,
arch: process.arch,
serverStatus: 'OK',
lastUpdated: '16th November 2014'
lastUpdated: '17th November 2014'
};
res.render('status', status);
});
Expand Down

0 comments on commit cf8151d

Please sign in to comment.