Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 791 Bytes

swagger.md

File metadata and controls

37 lines (18 loc) · 791 Bytes

...menustart

...menuend

Swagger

run swagger editor

docker pull swaggerapi/swagger-ui docker run -p 8080:8080 swaggerapi/swagger-ui

swagger UI

you can integrate swagger UI in you web server

  1. download from github repository
  2. put dist folder inside your webserver
  3. through your webserver , lanuch dist/index.html

you can change the default URL of swagger config file in webTools/swaggerUI/index.html