Update index.js
Browse files
index.js
CHANGED
@@ -22,7 +22,7 @@ import express from 'express';
|
|
22 |
const app = express();
|
23 |
|
24 |
import * as swaggerUi from 'swagger-ui-express';
|
25 |
-
import * as
|
26 |
import * as cheerio from 'cheerio';
|
27 |
import * as lifestyle from './lifestyle.js';
|
28 |
|
|
|
22 |
const app = express();
|
23 |
|
24 |
import * as swaggerUi from 'swagger-ui-express';
|
25 |
+
import * as openapiSpecification from './swagger.js';
|
26 |
import * as cheerio from 'cheerio';
|
27 |
import * as lifestyle from './lifestyle.js';
|
28 |
|