Skip to content

Commit

Permalink
Deepcode - Fix the bugs #521
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnet90 committed Aug 21, 2019
1 parent fb5c07b commit 3a97d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const connectionPromise = connect();

const app = express();

app.disable('x-powered-by');
app.use('/static', express.static(path.join(__dirname, 'static')));

app.use(bodyParser.urlencoded({ extended: true }));
Expand Down

0 comments on commit 3a97d07

Please sign in to comment.