2016-01-12 02:26:47 +03:00
|
|
|
<!DOCTYPE html>
|
2015-10-03 11:54:09 +03:00
|
|
|
<html>
|
2015-12-26 20:44:39 +03:00
|
|
|
|
2017-10-12 00:01:37 +03:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>ReDoc</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
redoc {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-11-19 23:11:40 +03:00
|
|
|
<redoc spec-url="./openapi.yaml"></redoc>
|
|
|
|
<script src="../bundles/redoc.standalone.js"></script>
|
2017-10-12 00:01:37 +03:00
|
|
|
</body>
|
2015-10-03 11:54:09 +03:00
|
|
|
|
|
|
|
</html>
|