diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-02 15:18:52 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-02 15:18:52 +0100 |
| commit | d789906d2f905cdcc92e40d9154db91195541b14 (patch) | |
| tree | 8a40539bc6a69f6c4d647f8c31d81745fe8601db /bucky/app/api.js | |
| parent | bfb3c36659821fc1dfa3ae1617207b4e5099954a (diff) | |
form stuff
Diffstat (limited to 'bucky/app/api.js')
| -rw-r--r-- | bucky/app/api.js | 9 |
1 files changed, 0 insertions, 9 deletions
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", |
