This commit is contained in:
barisusakli
2014-06-09 12:51:49 -04:00
parent b81f3552bb
commit 833aa0f738
2 changed files with 11 additions and 0 deletions

9
src/posts/delete.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = function(Posts) {
Posts.delete = function(pid, callback) {
};
};