<?php
return array(
'GET /' => function()
{
return 'GET /';
},
'GET /root' => function()
return 'GET /root';
);