Renamed petstore.json to swagger.json

This commit is contained in:
Roman Gotsiy 2015-10-11 21:32:40 +03:00
parent ae7b99700f
commit f4dfe92919
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<script src="dist/redoc.full.js"> </script>
<script>
/* init redoc */
Redoc.init('petstore.json');
Redoc.init('swagger.json');
</script>
</body>
</html>