Fix #730: allow docker container serving under non-root URLs

This commit is contained in:
neumond 2018-12-05 13:22:01 +03:00
parent 4f60ec85aa
commit 2dc9e27901

View File

@ -20,7 +20,7 @@
<body> <body>
<redoc spec-url="%SPEC_URL%" %REDOC_OPTIONS%></redoc> <redoc spec-url="%SPEC_URL%" %REDOC_OPTIONS%></redoc>
<script src="/redoc.standalone.js"></script> <script src="redoc.standalone.js"></script>
</body> </body>
</html> </html>