Skip to content

Commit

Permalink
TTK-26797: Fix confcontroller file
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Jan 19, 2024
1 parent 0d22752 commit dd916e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Controller/ConfController.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ public function confAction(Request $request): Response
$jsonData = $this->renderView(
'@PumukitPaellaPlayer/Conf/conf.json.twig',
[
'isLive' => true,
'notLive' => false,'xapi_endpoint' => $this->paellaXAPIEndpoint,
'xapi_endpoint' => $this->paellaXAPIEndpoint,
'xapi_auth' => $this->paellaXAPIAuth,
'access_control_class' => $this->paellaAccessControlClass,
'footprints' => $this->paellaFootPrints,
Expand Down

0 comments on commit dd916e4

Please sign in to comment.