mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
Fix e2e tests
This commit is contained in:
parent
bab7ce9f84
commit
418f5cdf51
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<redoc spec-url="../demo/swagger.yaml"></redoc>
|
<redoc spec-url="../demo/swagger.yaml"></redoc>
|
||||||
<script src="../lib/redoc.standalone.js"></script>
|
<script src="../bundles/redoc.standalone.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<redoc spec-url="../demo/openapi.yaml"></redoc>
|
<redoc spec-url="../demo/openapi.yaml"></redoc>
|
||||||
<script src="../lib/redoc.standalone.js"></script>
|
<script src="../bundles/redoc.standalone.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user