link angepasst
This commit is contained in:
parent
89b48ed761
commit
c441fbda4b
|
|
@ -36,7 +36,7 @@ class UserChangedByNC extends Controller {
|
||||||
|
|
||||||
protected $session;
|
protected $session;
|
||||||
protected $request;
|
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) {
|
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||||
$this->request = $request;
|
$this->request = $request;
|
||||||
|
|
@ -65,7 +65,7 @@ class UserChangedByNC extends Controller {
|
||||||
class LogoutByNC extends Controller {
|
class LogoutByNC extends Controller {
|
||||||
|
|
||||||
protected $session;
|
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) {
|
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||||
parent::__construct($AppName, $request);
|
parent::__construct($AppName, $request);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue