]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Plack/App/Gruntmaster.pm
Make Ct::Entry URLs end with a slash
[plack-app-gruntmaster.git] / lib / Plack / App / Gruntmaster.pm
index 508a81c9905cc22da6f14fec06259fb6be22a353..63aa12f90a71aa41cebfa8b5a2fb0080d8f42920 100644 (file)
@@ -62,7 +62,7 @@ BEGIN{
        get qr,/js, => 'JS';
 
        get qr,/ct/, => 'Ct';
-       get qr,/ct/$word, => 'Ct::Entry';
+       get qr,/ct/$word/, => 'Ct::Entry';
        get qr,/us/, => 'Us';
        get qr,/us/$word, => 'Us::Entry';
 
This page took 0.02054 seconds and 4 git commands to generate.