diff --git a/internal/http/docs/docs.go b/internal/http/docs/docs.go index b33ba7c..d842777 100644 --- a/internal/http/docs/docs.go +++ b/internal/http/docs/docs.go @@ -11,6 +11,12 @@ import ( //go:embed openapi.yaml var openapiYAML []byte +//go:embed swagger-ui-bundle.js +var swaggerUIBundleJS []byte + +//go:embed swagger-ui.css +var swaggerUICSS []byte + var openapiJSON []byte func init() { @@ -70,11 +76,11 @@ const swaggerHTML = `