From d789906d2f905cdcc92e40d9154db91195541b14 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 2 Nov 2022 15:18:52 +0100 Subject: form stuff --- bucky/app/api.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bucky') diff --git a/bucky/app/api.js b/bucky/app/api.js index 0645145..dcda5ea 100644 --- a/bucky/app/api.js +++ b/bucky/app/api.js @@ -130,15 +130,6 @@ function route(app) { }); } ); - app.post( - "/api/keyword/new", - bucky.ensureLastlog, - middleware.ensureAuthenticated, - bucky.createKeyword, - function (req, res) { - res.json({ keyword: res.keyword }); - } - ); app.post( "/api/keyword/new", -- cgit v1.2.3-70-g09d2