From 4d4d73874eb821cc91aa379e282d49002f8ba84e Mon Sep 17 00:00:00 2001 From: Nathan Ortega Date: Thu, 28 Nov 2024 21:07:03 -0500 Subject: [PATCH] bugfix/docs-use-relative-schema-path (#235) removed the hardcoded "window.location.origin" and now use the relative path for loading the swagger docs --- src/autodoc.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autodoc.jl b/src/autodoc.jl index 88f23587..7a689fdd 100644 --- a/src/autodoc.jl +++ b/src/autodoc.jl @@ -442,7 +442,7 @@ function swaggerhtml(schemapath::String, docspath::String) :: HTTP.Response