Post test data accepts file as param now, image comparing fix

This commit is contained in:
MrFry 2020-03-23 16:08:46 +01:00
parent 2efe901f83
commit fa87d6a071
3 changed files with 6 additions and 3 deletions

View file

@ -88,6 +88,7 @@ Load()
// --------------------------------------------------------------
app.get('/', function (req, res) {
logger.LogReq(req)
res.redirect('https://www.youtube.com/watch?v=ieqGJgqiXFk')
})