Archived
2

api definition created

This commit is contained in:
VLE2FE 2020-04-20 16:17:43 +02:00
parent 5a01bf013a
commit 54e01a3320
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="JSUnfilteredForInLoop" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
</component>

View File

@ -17,6 +17,7 @@ info:
</ul>
servers:
- url: http://localhost:3000
description: local server

View File

@ -32,6 +32,7 @@ db.once('open', () => {
});
// create Express app
const app = express();
app.disable('x-powered-by');