summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-17 21:43:43 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-17 21:43:43 -0600
commit58a447a99980b9921d498444a72f1705823a049e (patch)
treef7322c86331fa31ef5ebd465e6b56546a2932b67 /lib/Narwhal.pm
parenta0c5a7ce958bf1f619b95f7b5235b1fddd43e961 (diff)
downloadnarwhal-58a447a99980b9921d498444a72f1705823a049e.tar.gz
narwhal-58a447a99980b9921d498444a72f1705823a049e.zip
actually, make this a bit more explicit
Diffstat (limited to 'lib/Narwhal.pm')
-rw-r--r--lib/Narwhal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm
index aae8a25..4437027 100644
--- a/lib/Narwhal.pm
+++ b/lib/Narwhal.pm
@@ -39,7 +39,7 @@ router as {
route '/page/:page_name' => 'wiki.page', (
page_name => { isa => 'Str' },
);
- route '/edit/:page_name' => 'edit', (
+ route '/edit/:page_name' => 'http-method:edit', (
page_name => { isa => 'Str' },
);
}, (