Skip to content

Commit 5a24b13

Browse files
fix import
1 parent ec80520 commit 5a24b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const bodyParser = require('body-parser');
33
const cors = require('cors');
44
const swaggerUi = require('swagger-ui-express');
55
const path = require('path');
6-
const openApiSpec = require('../swagger/openapi.json');
6+
const openApiSpec = require('./swagger/openapi.json');
77

88
const app = express();
99

0 commit comments

Comments
 (0)