map( 'GET', '/', function() { echo "OUIIIII"; }); // map user details page $router->map( 'GET', '/test/', function() { echo "NOOOOOOON"; }); ?>