From 19ce4bd46b7dd96379912bea4fd51dd5922971c0 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 28 Nov 2020 16:33:38 -0600 Subject: [PATCH] added link to github API Readme for more docs --- api/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main.ts b/api/src/main.ts index 99e07ee..ffa443f 100644 --- a/api/src/main.ts +++ b/api/src/main.ts @@ -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);