diff --git a/src/clj/orcpub/index.clj b/src/clj/orcpub/index.clj index 742aab29..867d29e8 100644 --- a/src/clj/orcpub/index.clj +++ b/src/clj/orcpub/index.clj @@ -134,7 +134,7 @@ html { [:script "const protocol = window.location.protocol; - const apiUrl = `${protocol}://${window.location.host}`; + const apiUrl = `${protocol}//${window.location.host}`; const pluginUrl = `${apiUrl}/homebrew.orcbrew`; let plugins = localStorage.getItem('plugins'); @@ -160,4 +160,4 @@ html { "] ) ])) - \ No newline at end of file +