Skip to content

Commit

Permalink
added link to github API Readme for more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alxford45 committed Nov 28, 2020
1 parent 714ed3e commit 19ce4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function bootstrap() {
.setVersion('0.1.0')
.setExternalDoc(
'additional documentation',
`http://${HOST}:${PORT}/api/docs/more`,
`https://github.com/cdalton713/CSC_4402_DB_Project/blob/master/api/README.md`,
)
.build();
const document = SwaggerModule.createDocument(app, options);
Expand Down

0 comments on commit 19ce4bd

Please sign in to comment.