Skip to content

Commit feb0664

Browse files
authoredJan 9, 2021
Merge pull request #235 from tingstad/patch-1
Update README - two swagger documents (typo)
2 parents 44d5e10 + 1699685 commit feb0664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const express = require('express');
235235
const app = express();
236236
const swaggerUi = require('swagger-ui-express');
237237
const swaggerDocumentOne = require('./swagger-one.json');
238-
const swaggerDocumentTwo = require('./swagger-one.json');
238+
const swaggerDocumentTwo = require('./swagger-two.json');
239239

240240
var options = {}
241241

0 commit comments

Comments
 (0)
Please sign in to comment.