fix: allow docker container serving under non-root URLs (#731)

fixes #730
This commit is contained in:
neumond 2018-12-11 16:27:12 +03:00 committed by Roman Hotsiy
parent 809e7f2841
commit cfb6f0fde0

View File

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