Update index.js
Browse files
index.js
CHANGED
@@ -29,7 +29,7 @@ import { Readable } from "stream";
|
|
29 |
import { CheckMilWare } from './middleware/midware.js';
|
30 |
import { setup, serve } from './swagger.js';
|
31 |
import { swaggerOptions } from './settingOptions.js';
|
32 |
-
|
33 |
import sharp from "sharp";
|
34 |
import cors from 'cors';
|
35 |
import bodyParser from 'body-parser';
|
|
|
29 |
import { CheckMilWare } from './middleware/midware.js';
|
30 |
import { setup, serve } from './swagger.js';
|
31 |
import { swaggerOptions } from './settingOptions.js';
|
32 |
+
import path from "path";
|
33 |
import sharp from "sharp";
|
34 |
import cors from 'cors';
|
35 |
import bodyParser from 'body-parser';
|