Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lstocchi committed Apr 5, 2020
1 parent cd96598 commit 6fc96ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@ initDb(function(err){

app.listen(port, ip);
console.log('Server running on http://%s:%s', ip, port);
console.log(
Array(100).fill().map(Math.random)
);

module.exports = app ;
4 changes: 2 additions & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to OpenShift</title>
<title>Welcome to OpenShift sw</title>


<style>
Expand Down Expand Up @@ -216,7 +216,7 @@

<section class='container'>
<hgroup>
<h1>Welcome to your super Node.js application on OpenShift - part #2</h1>
<h1>Welcome to your super Node.js application on OpenShift - #34</h1>
</hgroup>


Expand Down

0 comments on commit 6fc96ac

Please sign in to comment.