registerRoutes([ new Route('GET', 'products', ['ProductList\View\Product', 'listAll']) ]); $handler->setIndex('index.html'); $handler->handle();