From 2838f3d8ea3228965b2c709ca82d45419664e07f Mon Sep 17 00:00:00 2001 From: Taiwo Agunbiade <66220037+Taiwo2610@users.noreply.github.com> Date: Thu, 11 Jun 2020 20:35:00 -1200 Subject: [PATCH 1/2] I only added the doc title --- app.js | 2 +- swagger.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 3af2acc..f34750e 100644 --- a/app.js +++ b/app.js @@ -17,4 +17,4 @@ app.use('/docs', swaggerUi.serve, swaggerUi.setup(swaggerDocument)); app.listen(PORT,()=>{ console.log(`server is up on port ${PORT} `) -}) \ No newline at end of file +}) diff --git a/swagger.json b/swagger.json index b3969bc..e44e9b7 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "version": "1.0", - "title": "", + "title": "A Dockerized Image Resizer API Docs", "description": "A dockerized micro-service for resizing images and serving an appropriately sized one", "contact": { "email": "noemail@gmail.com" @@ -114,4 +114,4 @@ "description": "This collection of API image uploads" } ] -} \ No newline at end of file +} From fecc4ea382d86cb8816141a8c53259d745e77717 Mon Sep 17 00:00:00 2001 From: Taiwo Agunbiade <66220037+Taiwo2610@users.noreply.github.com> Date: Thu, 11 Jun 2020 20:41:23 -1200 Subject: [PATCH 2/2] I only added the title statement --- swagger.json => editedswagger.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename swagger.json => editedswagger.json (100%) diff --git a/swagger.json b/editedswagger.json similarity index 100% rename from swagger.json rename to editedswagger.json