diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php index 7289aad..da3afcd 100644 --- a/lib/Controller/SettingsController.php +++ b/lib/Controller/SettingsController.php @@ -33,7 +33,7 @@ public function __construct( public function update(): DataResponse { try { - $serverUrl = $this->request->getParam('server_url'); + $serverUrl = $this->request->getParam('serverUrl'); $secret = $this->request->getParam('secret'); if ($serverUrl !== null) {