Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Update ConnectorDefinition.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaricMourgues authored Apr 28, 2021
1 parent 85918dd commit 4b21a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/OnlyOffice/ConnectorDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ConnectorDefinition
public function __construct($app = null) {
$server_route = "";
if($app){
$server_route = rtrim($app->getContainer()->getParameter("env.server_name"), "/") . "/onlyoffice";
$server_route = rtrim($app->getContainer()->getParameter("env.server_name"), "/") . "/bundle/connectors/onlyoffice";
}

$this->definition = [
Expand Down

0 comments on commit 4b21a89

Please sign in to comment.