From 2ceadc675db75913f31586edfc965aa35ecb5b9d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 15 Dec 2017 07:37:58 +0100 Subject: typo --- bucky/app/federate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bucky/app') 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) => { -- cgit v1.2.3-70-g09d2