Skip to content

Commit

Permalink
Last one for realsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hill committed Apr 7, 2017
1 parent 64db9c6 commit 777c7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sanic_openapi/__init__.py
@@ -1,5 +1,5 @@
from .openapi import blueprint as openapi_blueprint
from .swagger import blueprint as swagger_blueprint

__version__ = '0.2.0'
__version__ = '0.2.1'
__all__ = ['openapi_blueprint', 'swagger_blueprint']
2 changes: 1 addition & 1 deletion sanic_openapi/ui/index.html
Expand Up @@ -74,7 +74,7 @@
var url = '/openapi/spec.json';
try {
url = window.location.protocol + '//' + window.location.host + url;
} catch() { }
} catch(e) { }

// Build a system
const ui = SwaggerUIBundle({
Expand Down

0 comments on commit 777c7de

Please sign in to comment.