redirect(self::BACKBONE); } public function server(Application $app) { return $this->index($app); } public function catchAll($url) { return new Response('Nothing to do', Response::HTTP_OK); } }