mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
derp
This commit is contained in:
9
src/posts/delete.js
Normal file
9
src/posts/delete.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
module.exports = function(Posts) {
|
||||
|
||||
Posts.delete = function(pid, callback) {
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user