Skip to content

Commit

Permalink
test GPG signature
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewisabel authored Nov 17, 2020
1 parent 745eca2 commit e596b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ app.use(express.urlencoded({extended: true}));
app.use(express.static('public'))
app.set('view engine', 'ejs');

console.log('hi');

app.get('/', (req, res) => {
pool.query('SELECT * FROM haikus ORDER BY id', (err, haikus) => {
res.render('index', {haikus: haikus.rows});
Expand Down

0 comments on commit e596b6f

Please sign in to comment.