]> iEval git - gruntmaster-page.git/blobdiff - lib/Plack/App/Gruntmaster.pm
Add register and passwd actions
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster.pm
index 2334235f1670bf64f997eafccde6e5d239c44812..66f86fe47e83052ef3b6feee560687fae2f4f6fb 100644 (file)
@@ -73,6 +73,9 @@ BEGIN{
        get qr,$ct/submit, => 'Submit';
        get qr,$ct/pb/, => 'Pb';
        get qr,$ct/pb/$word, => 'Pb::Entry';
+
+       post qr,/action/register, => 'Register';
+       post qr,/action/passwd, => 'Passwd';
 }
 
 1;
This page took 0.024675 seconds and 4 git commands to generate.