Created
April 24, 2019 08:38
-
-
Save Paxa/2d8b4784da14edd2456b9503b433e624 to your computer and use it in GitHub Desktop.
swagger ui dist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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