From c441fbda4b17be943289553422bbbfe0e81e8385 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Fri, 30 Jul 2021 14:43:06 +0200 Subject: [PATCH] link angepasst --- lib/AppInfo/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index f09fb3a..e628ede 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -36,7 +36,7 @@ class UserChangedByNC extends Controller { protected $session; protected $request; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { $this->request = $request; @@ -65,7 +65,7 @@ class UserChangedByNC extends Controller { class LogoutByNC extends Controller { protected $session; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { parent::__construct($AppName, $request);