Skip to content

Commit

Permalink
Update lizmap/modules/lizmap/classes/lizmapServices.class.php
Browse files Browse the repository at this point in the history
Co-authored-by: Étienne Trimaille <[email protected]>
  • Loading branch information
Antoviscomi and Gustry authored Feb 6, 2025
1 parent a54257b commit 41cf4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/modules/lizmap/classes/lizmapServices.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public function getHostLizmapAPI()
{
if (empty($this->lizmapPluginAPIURL)) {
// When the Lizmap API URL is not set, we use the WMS server URL only
// and we add '/lizmap'/ at then end
// and we add '/lizmap' at then end
return rtrim($this->wmsServerURL, '/').'/lizmap';
}

Expand Down

0 comments on commit 41cf4be

Please sign in to comment.