Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ app.use('/docs', swaggerUi.serve, swaggerUi.setup(swaggerDocument));

app.listen(PORT,()=>{
console.log(`server is up on port ${PORT} `)
})
})
4 changes: 2 additions & 2 deletions swagger.json → editedswagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -114,4 +114,4 @@
"description": "This collection of API image uploads"
}
]
}
}