Showing 1 changed files with 2 additions and 2 deletions
+2 -2
lib/Gitprep.pm
... ...
@@ -177,10 +177,10 @@ sub startup {
177 177
         $r->get('/commit/*diff' => template '/commit');
178 178
         
179 179
         # Commits
180
-        $r->get('/commits/*rev_file', {file => undef} => template '/commits');
180
+        $r->get('/commits/*rev_file' => template '/commits');
181 181
         
182 182
         # Branches
183
-        $r->any('/branches/*base_branch', {base_branch => undef} => template '/branches');
183
+        $r->any('/branches/*base_branch' => {base_branch => undef} => template '/branches');
184 184
 
185 185
         # Tags
186 186
         $r->get('/tags' => template '/tags');