mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
minor formatting cleanup
This commit is contained in:
@@ -35,7 +35,9 @@ app.get('/', function(req, res) {
|
||||
|
||||
app.get('/search', function(req, res) {
|
||||
let results = fuzzySearch(fileList, req.query.q)
|
||||
console.log(results)
|
||||
if(process.env.DEBUG = "1"){
|
||||
console.log(results)
|
||||
}
|
||||
res.render('pages/index', {
|
||||
page: 'results',
|
||||
query: req.query.q,
|
||||
|
||||
Reference in New Issue
Block a user