diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 07:37:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 07:37:58 +0100 |
| commit | 2ceadc675db75913f31586edfc965aa35ecb5b9d (patch) | |
| tree | 65632b59e0b83afce72efd0f4df41c5ef513be64 /bucky | |
| parent | 5b07e44b5707341e168c8aaed9923cb433ffca82 (diff) | |
typo
Diffstat (limited to 'bucky')
| -rw-r--r-- | bucky/app/federate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/federate.js b/bucky/app/federate.js index 6741a21..01b85a1 100644 --- a/bucky/app/federate.js +++ b/bucky/app/federate.js @@ -10,7 +10,7 @@ module.exports = { app.put('/raw/import/comment/', importRaw('comment', db.Comment), (req, res) => res.send({ status: 'ok' })) app.get('/raw/export/thread/:id', exportThread, (req, res) => res.send({ status: 'ok' })) - app.get('/raw/export/keyword/:id', exportKeyword, (req, res) => res.send({ status: 'ok' })) + app.get('/raw/export/keyword/:keyword', exportKeyword, (req, res) => res.send({ status: 'ok' })) function importRaw (type, model) { return (req, res, next) => { |
