Skip to content

Commit

Permalink
Fix Slim 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Mar 17, 2024
1 parent 8d626e5 commit db3e3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim-4.13/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$app = AppFactory::create();

// xampp
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.12/public/index.php");
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.13/public/index.php");

// Add error middleware
$app->addErrorMiddleware(false, true, true);
Expand Down

0 comments on commit db3e3b8

Please sign in to comment.