Update index.js
Browse files
index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import express from 'express';
|
2 |
-
import swaggerDocument from './swagger.json';
|
3 |
const app = express()
|
4 |
|
5 |
import * as swaggerUi from 'swagger-ui-express';
|
|
|
1 |
import express from 'express';
|
2 |
+
import swaggerDocument from './swagger.json' assert { type: 'json' };
|
3 |
const app = express()
|
4 |
|
5 |
import * as swaggerUi from 'swagger-ui-express';
|