Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Deepcode - Fix the bugs #521
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnet80 authored and batamar committed Aug 22, 2019
1 parent fb5c07b commit a1bca34
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 a1bca34

Please sign in to comment.