Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Mar 23, 2023
1 parent f72f082 commit d9b5a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter/lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(
parent::__construct(Application::APP_ID, $request);
$this->appName = "jupyter";
$this->userId = $userSession->getUser()->getUID();
$this->jupyter_url = $config->getAppValue($this->appName, 'jupyter_url') . '/' . $this->userId . '/lab';
$this->jupyter_url = $config->getAppValue($this->appName, 'jupyter_url') . '/hub/home';
}

/**
Expand Down

0 comments on commit d9b5a7c

Please sign in to comment.