commit | 8477b97c64a9b02639acaa7f438e59256f42defc | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Jun 22 14:39:15 2015 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Jun 22 14:39:15 2015 +0200 |
tree | 4f5d2624697212c5498c21fec03344a8aa69cd1b | |
parent | cddd164e3f465730c0b3a3c6fda8c2e4d4778819 [diff] | |
parent | fef9478a7dd2a2fa3797abc883d1ec15a048a2a2 [diff] |
Merge branch 'master' of https://github.com/KorAP/Kalamar
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm index 60833a8..7103fe9 100644 --- a/lib/Kalamar.pm +++ b/lib/Kalamar.pm
@@ -97,6 +97,9 @@ my $text = $doc->get('/:text_id'); my $match = $text->get('/:match_id'); $match->to('search#match_info')->name('match'); + + # Default user is called 'korap' + # $r->route('/user/:user/:collection') };