Merge branch 'master' of gitlab.com:MrFry/question-node-server

This commit is contained in:
MrFry 2019-10-26 20:50:11 +02:00
commit 8a0fd4fdc3
2 changed files with 9 additions and 4 deletions

View file

@ -88,7 +88,8 @@ app.get('/*.mp4', function (req, res) {
fname = fname.pop()
res.render('stuff/video', {
path: p,
fname
fname,
url
})
}
})