Add tags listing
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M src/app.js → src/app.js
@@ -53,6 +53,8 @@ "/post/:filename", actions.post(config, responders.post, Posts.posts) ); + router.get("tags", "/tag", actions.tags(config, responders.tags, Posts.tags)); + router.get( "tag", "/tag/:name",