From 88a332569d2b974998089760799908e9a968678f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@sedlistka.cz> Date: Thu, 17 Oct 2019 23:13:31 +0200 Subject: [PATCH] Oprava chyby --- lib/RVVote.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RVVote.pm b/lib/RVVote.pm index 702ef86..cc628f7 100644 --- a/lib/RVVote.pm +++ b/lib/RVVote.pm @@ -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; -- GitLab