From 58a447a99980b9921d498444a72f1705823a049e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 17 Feb 2011 21:43:43 -0600 Subject: actually, make this a bit more explicit --- lib/Narwhal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Narwhal.pm') 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' }, ); }, ( -- cgit v1.2.3-54-g00ecf