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 src="dist/redoc.full.js"> </script>
<script> <script>
/* init redoc */ /* init redoc */
Redoc.init('petstore.json'); Redoc.init('swagger.json');
</script> </script>
</body> </body>
</html> </html>