give it up for "testing in production"
This commit is contained in:
parent
9ad8d55921
commit
72517d886f
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -99,6 +99,7 @@ app.get('/blurbs', async (req, res) => {
|
|||
.selectFrom('blurbs')
|
||||
.selectAll()
|
||||
.where('verified', '=', 1)
|
||||
.orderBy('time', "asc")
|
||||
.execute();
|
||||
res.render('blurbs/index', { data });
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue