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