fix e2e test

This commit is contained in:
Roman Hotsiy 2016-03-31 19:41:17 +03:00
parent 84a9a5c520
commit 46ed1ae16b

View File

@ -14,7 +14,7 @@
<script>
window.redocError = null;
/* init redoc */
var url = window.location.search.substr(5) || 'swagger.yml';
var url = window.location.search.substr(5) || 'http://rebilly.github.io:80/SwaggerTemplateRepo/swagger.json';
Redoc.init(decodeURIComponent(url), {disableLazySchemas: true}).then(function() {}, function(err) {
window.redocError = err;
});