Skip to content

Commit 6f12568

Browse files
committed
Fix the basePath
1 parent 9e44d52 commit 6f12568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slim-4.12/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$app = AppFactory::create();
88

99
// xampp
10-
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.11/public/index.php");
10+
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.12/public/index.php");
1111

1212
// Add error middleware
1313
$app->addErrorMiddleware(false, true, true);

0 commit comments

Comments
 (0)