Created
July 22, 2015 02:12
-
-
Save atishn/e7f70b54e26cd7e5603d to your computer and use it in GitHub Desktop.
Swagger
This file contains 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
$(function () { | |
var url = window.location.protocol + "//" + window.location.host; | |
if (window.location.pathname.indexOf('/api') > 0) { | |
url += window.location.pathname.substring(0, window.location.pathname.indexOf('/api')) | |
} | |
url += "/api-docs"; | |
log('API URL: ' + apiUrl); | |
window.swaggerUi = new SwaggerUi({}) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment