From e58d6a1718b3358f91fbda10e2291ea4ec01d1e7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 21:01:14 +0200 Subject: feat: make taxonomies configurable Add "tag" and "category" as defaults --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/index.test.js b/test/index.test.js index 926c5d4..5b5e991 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -26,7 +26,7 @@ test('post', t => { test('tags', t => { return request(app.listen()) - .get('/tags/a') + .get('/tag/a') .expect(200) .expect(/This is a test/) .then(() => t.pass()) -- cgit 1.4.1