mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updated nojs.js
Forgot to add version strings.
This commit is contained in:
parent
6803eb0812
commit
b75deb268f
@ -4,7 +4,11 @@ const utils = require('./../controllers/utilsController')
|
||||
const config = require('./../config')
|
||||
|
||||
routes.get('/nojs', async (req, res, next) => {
|
||||
return res.render('nojs', { config, gitHash: utils.gitHash })
|
||||
return res.render('nojs', {
|
||||
config,
|
||||
versions: utils.versionStrings,
|
||||
gitHash: utils.gitHash
|
||||
})
|
||||
})
|
||||
|
||||
routes.post('/nojs', (req, res, next) => {
|
||||
|
Loading…
Reference in New Issue
Block a user