mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Fixed linting issues
This commit is contained in:
@@ -24,7 +24,7 @@ if (app.get('env') !== 'test') {
|
||||
app.set('trust proxy', 1);
|
||||
// We disable frameward on helmet to allow crossdomain injection of the embed
|
||||
app.use(helmet({
|
||||
frameguard: false
|
||||
frameguard: false
|
||||
}));
|
||||
app.use(bodyParser.json());
|
||||
app.use('/client', express.static(path.join(__dirname, 'dist')));
|
||||
|
||||
Reference in New Issue
Block a user