more tags, ffprobe

This commit is contained in:
anarch3 2022-11-18 21:00:38 -05:00
parent 107cb29f73
commit ffef2ecddf
5 changed files with 221 additions and 6 deletions

1
app.js
View file

@ -13,6 +13,7 @@ let indexRouter = require('./routes/index');
let authRouter = require('./routes/auth');
let app = express();
app.enable('trust proxy');
// view engine setup
app.set('views', path.join(__dirname, 'views'));