diff options
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js index 9dec11b..c9794a2 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -301,7 +301,6 @@ Serve.prototype.path = function (url) { case '/mentions': return this.mentions(m[2]) case '/search': return this.search(m[2]) case '/advsearch': return this.advsearch(m[2]) - case '/vote': return this.vote(m[2]) case '/peers': return this.peers(m[2]) case '/status': return this.status(m[2]) case '/channels': return this.channels(m[2]) |