Skip to content

Instantly share code, notes, and snippets.

@Paxa
Created April 24, 2019 08:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Paxa/2d8b4784da14edd2456b9503b433e624 to your computer and use it in GitHub Desktop.
swagger ui dist
doctype html
html[lang="en"]
head
meta(charset="UTF-8")
title Installments API
link[rel="stylesheet" type="text/css" href="//unpkg.com/swagger-ui-dist@3/swagger-ui.css"]
body
#swagger-ui
script[src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"]
script[src="//unpkg.com/swagger-ui-dist@3/swagger-ui-standalone-preset.js"]
javascript:
SwaggerUIBundle({
url: '/api/docs/swagger.json',
dom_id: '#swagger-ui'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment