diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-21 22:14:04 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-21 22:14:25 -1000 |
commit | 64edc970f54ece5068510bf2cb998308296e97ef (patch) | |
tree | 220cce44b31ea6b0952b4728ea8ece38dcc09397 /lib | |
parent | 33757c47cd4bbcda6e38cbd0cc8a70c5c0b19b44 (diff) | |
download | patchfoo-64edc970f54ece5068510bf2cb998308296e97ef.tar.gz patchfoo-64edc970f54ece5068510bf2cb998308296e97ef.zip |
Remove unimplemented vote route
Diffstat (limited to 'lib')
-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]) |