diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..c947305 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/oas.yaml b/oas.yaml index 3ab5a05..8dc203e 100644 --- a/oas.yaml +++ b/oas.yaml @@ -17,6 +17,7 @@ info: + servers: - url: http://localhost:3000 description: local server diff --git a/src/index.ts b/src/index.ts index 8b1353e..0c21ff5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,6 +32,7 @@ db.once('open', () => { }); + // create Express app const app = express(); app.disable('x-powered-by');