From b89daaa9d6b174aae9f213ea77dde2750b5db287 Mon Sep 17 00:00:00 2001 From: Nathan Ortega Date: Wed, 27 Nov 2024 11:22:36 -0500 Subject: [PATCH] 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