[Jifty-commit] r6631 - in jifty/trunk: lib/Jifty/Plugin/REST

Jifty commits jifty-commit at lists.jifty.org
Tue Mar 17 13:33:57 EDT 2009


Author: sartak
Date: Tue Mar 17 13:33:56 2009
New Revision: 6631

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm

Log:
 r81298 at onn:  sartak | 2009-03-17 13:33:50 -0400
 Give help under /= as well


Modified: jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	Tue Mar 17 13:33:56 2009
@@ -41,6 +41,7 @@
 on GET    '/=/action'           => \&list_actions;
 on POST   '/=/action/*'         => \&run_action;
 
+on GET    '/='                  => \&show_help;
 on GET    '/=/help'             => \&show_help;
 on GET    '/=/help/*'           => \&show_help_specific;
 


More information about the Jifty-commit mailing list