]> iEval git - gruntmaster-page.git/blobdiff - lib/Plack/App/Gruntmaster.pm
Add submit
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster.pm
index 66f86fe47e83052ef3b6feee560687fae2f4f6fb..1fc3a85742b6a9c8a6f22a513bf819d0892186f6 100644 (file)
@@ -70,9 +70,9 @@ BEGIN{
        get qr,$ct/log/st, => 'St';
        get qr,$ct/log/job/$word, => 'Log::Entry';
        get qr,$ct/log/src/$word\.$word, => 'Src';
-       get qr,$ct/submit, => 'Submit';
        get qr,$ct/pb/, => 'Pb';
        get qr,$ct/pb/$word, => 'Pb::Entry';
+       post qr,$ct/pb/$word/submit, => 'Submit';
 
        post qr,/action/register, => 'Register';
        post qr,/action/passwd, => 'Passwd';
This page took 0.022111 seconds and 4 git commands to generate.