|
@@ -6,7 +6,7 @@ |
|
|
block discarded – undo |
|
6
|
6
|
// route |
|
7
|
7
|
$container['console']->logMemory(null, 'Bootstrapping is done'); |
|
8
|
8
|
|
|
9
|
|
-$dispatcher = FastRoute\simpleDispatcher(function (FastRoute\RouteCollector $r) { |
|
|
9
|
+$dispatcher = FastRoute\simpleDispatcher(function(FastRoute\RouteCollector $r) { |
|
10
|
10
|
$r->addRoute('GET', '/', 'HomeController'); |
|
11
|
11
|
$r->addRoute('GET', '/terms/', 'TermsController'); |
|
12
|
12
|
$r->addRoute('GET', '/change-log/', 'ChangelogController'); |
Please login to merge, or discard this patch.