Minor correction
This commit is contained in:
parent
e8e676d584
commit
c6ec160b61
@ -30,7 +30,7 @@ server.use(bodyParser.urlencoded({ extended: true }))
|
||||
|
||||
server.use('/', (req, res, next) => {
|
||||
console.log('hello')
|
||||
res.render('search')
|
||||
res.render('index')
|
||||
})
|
||||
|
||||
server.use('/search', (req, res, next) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user