randydev commited on
Commit
3da4f78
·
verified ·
1 Parent(s): b22014d

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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 swaggerDocs from './swagger.js';
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