Skip to content

Commit

Permalink
🔨 #118 desativando require slimconfiguration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jul 30, 2022
1 parent 3349794 commit 7772163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/CreateApiIndex.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function show($print = false)
$this->addBlankLine();
$this->addLine();
$this->addLine('require_once $current_dirApi.DS.\'env.php\';');
$this->addLine('require_once $current_dirApi.DS.\'slimConfiguration.php\';');
//$this->addLine('require_once $current_dirApi.DS.\'slimConfiguration.php\';');
$this->addLine('require_once $current_dirApi.DS.\'routes.php\';');

if ($print) {
Expand Down

0 comments on commit 7772163

Please sign in to comment.