Fixed linting issues

This commit is contained in:
Dan Zajdband
2016-11-28 15:09:26 -05:00
parent 552e174b0d
commit f6e423e945
+1 -1
View File
@@ -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')));