wikijs-fork/server/modules/comments/default/comment.js

12 lines
169 B
JavaScript
Raw Normal View History

2020-05-17 02:46:05 +00:00
/* global WIKI */
// ------------------------------------
// Default Comment Provider
// ------------------------------------
module.exports = {
add (args) {
}
}