Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 246 Bytes

File metadata and controls

13 lines (12 loc) · 246 Bytes

Swagger configuration

module.exports = {
   version: "0.0.1",
   doc_path: "/api-docs",
   ui_path: "/swagger",
   info: {
       title: "MyCook-Console",
       description: "MyCook-Console Documentation"
   }
};