From acbad3f1c73ce1d4ceaba84a0821d2b98d654936 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Fri, 30 Sep 2011 12:48:20 -0600
Subject: [PATCH] turn off GET in the verifier.  closes #98

---
 verifier/app.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/verifier/app.js b/verifier/app.js
index d6d7a52aa..bfa4e04b1 100644
--- a/verifier/app.js
+++ b/verifier/app.js
@@ -120,9 +120,6 @@ exports.setup = function(app) {
     resp.end();
   });
 
-  app.get('/', doVerify);
-  app.get('/verify', doVerify);
-
   app.post('/', doVerify);
   app.post('/verify', doVerify);
 };
-- 
GitLab