Revert "Use a route cache file (speed optimization)"

This reverts commit 59cd4dbac4.
This commit is contained in:
Bernd Bestel
2020-04-14 09:02:48 +02:00
parent e897570968
commit db3021e475
2 changed files with 0 additions and 734 deletions

View File

@@ -78,7 +78,4 @@ if (!empty(GROCY_BASE_PATH))
$app->addRoutingMiddleware();
$app->addErrorMiddleware(true, false, false);
// Cache "compiled" routes
$app->getRouteCollector()->setCacheFile(__DIR__ . '/routes-compiled.php');
$app->run();