Skip to content

Commit cfb6f0f

Browse files
neumondRomanHotsiy
authored andcommitted
fix: allow docker container serving under non-root URLs (#731)
fixes #730
1 parent 809e7f2 commit cfb6f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/docker/index.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<body>
2222
<redoc spec-url="%SPEC_URL%" %REDOC_OPTIONS%></redoc>
23-
<script src="/redoc.standalone.js"></script>
23+
<script src="redoc.standalone.js"></script>
2424
</body>
2525

2626
</html>

0 commit comments

Comments
 (0)