We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec80520 commit 5a24b13Copy full SHA for 5a24b13
src/lib/index.js
@@ -3,7 +3,7 @@ const bodyParser = require('body-parser');
3
const cors = require('cors');
4
const swaggerUi = require('swagger-ui-express');
5
const path = require('path');
6
-const openApiSpec = require('../swagger/openapi.json');
+const openApiSpec = require('./swagger/openapi.json');
7
8
const app = express();
9
0 commit comments