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/editedswagger.json similarity index 97% rename from swagger.json rename to editedswagger.json index b3969bc..e44e9b7 100644 --- a/swagger.json +++ b/editedswagger.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 +}