Skip to content
Snippets Groups Projects
Commit 88a33256 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Oprava chyby

parent 83c236e9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ sub startup {
$r->get('/')->to('RV#index');
$r->get('/:election')->to('RV#index');
$r->get('/api/members/')->to('RV#members');
$r->post('/api/calculate/')->to('evaluation#process');
$r->post('/api/calculate/')->to('Evaluation#process');
}
1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment