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

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