[1] open routes.php
[2] add your desired routings
[3] dont forget the .htacces file !
Main Page
any('/', 'filepath');
POST
post('/postPicture/$id', 'filepath');
GET
get('/getPicture/$id', 'filepath');
with $id for example you can pass a dynamic variable in the url =)