]> _ Git - fluidbook-toolbox.git/commitdiff
#6741 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Feb 2024 17:09:45 +0000 (18:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Feb 2024 17:09:45 +0000 (18:09 +0100)
app/Models/FluidbookExternalInstallServer.php

index 3b5da904fbd7ac32b090d2fc9df0827390d9ab92..01754810f17d01ac2012b32ee22159f24a688640 100644 (file)
@@ -70,7 +70,7 @@ class FluidbookExternalInstallServer extends ExternalServer
             if (count($subdomains)) {
                 return 'https://' . $subdomains[0] . '/';
             }
-            return '';
+            return 'https://' . $this->getProtocol() . '.fluidbook.com/' . trim($this->getBasePath(), '/') . '/';
         }
         return parent::getBaseURL();
     }