From 8e25a37aced0399ad13e2c184c618119ec3da16d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 6 Sep 2015 02:22:28 -0400 Subject: beginning to port string formatting code.. --- lib/index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/index.js b/lib/index.js index 45def38..2ccf812 100644 --- a/lib/index.js +++ b/lib/index.js @@ -96,7 +96,6 @@ site.route = function(){ }) } ) - app.get("/api/thread/:id", function(req, res){ bucky.ensureThread, bucky.ensureKeywordForThread, @@ -113,4 +112,14 @@ site.route = function(){ }) app.post("/api/thread/:id", function(req, res){ }) + app.post("/api/thread/:id/comment", function(req, res){ + }) + app.delete("/api/thread/:id", function(req, res){ + }) + + app.put("/api/comment/:id", function(req, res){ + }) + app.delete("/api/thread/:id", function(req, res){ + }) + } -- cgit v1.2.3-70-g09d2