more tags, ffprobe
This commit is contained in:
parent
107cb29f73
commit
ffef2ecddf
5 changed files with 221 additions and 6 deletions
1
app.js
1
app.js
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue