increase file id to 8 bytes
This commit is contained in:
parent
eced5be836
commit
8cf3b89f91
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ const filelist = require('./filelist');
|
|||
const clientConstants = require('../clientConstants');
|
||||
|
||||
const IS_DEV = config.env === 'development';
|
||||
const ID_REGEX = '([0-9a-fA-F]{10})';
|
||||
const ID_REGEX = '([0-9a-fA-F]{10,16})';
|
||||
|
||||
module.exports = function(app) {
|
||||
app.set('trust proxy', true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue