Fix e2e tests

This commit is contained in:
Roman Hotsiy 2017-11-19 23:59:45 +02:00
parent bab7ce9f84
commit 418f5cdf51
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<body>
<redoc spec-url="../demo/swagger.yaml"></redoc>
<script src="../lib/redoc.standalone.js"></script>
<script src="../bundles/redoc.standalone.js"></script>
</body>
</html>

View File

@ -2,7 +2,7 @@
<body>
<redoc spec-url="../demo/openapi.yaml"></redoc>
<script src="../lib/redoc.standalone.js"></script>
<script src="../bundles/redoc.standalone.js"></script>
</body>
</html>