@ -50,6 +50,8 @@ sub startup {
$r->get('/comments/list')
-> to('main#c_list');
$r->get('/comments/add')
-> to('main#c_form');
$r->post('/comments/add')
-> to('main#c_add');
}