mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-quickstart.git
synced 2025-10-03 04:30:57 +08:00
9 lines
No EOL
166 B
JavaScript
9 lines
No EOL
166 B
JavaScript
"use strict";
|
|
|
|
var plugin = {};
|
|
|
|
plugin.init = function(app, middleware, controllers) {
|
|
console.log('nodebb-plugin-quickstart: loaded');
|
|
};
|
|
|
|
module.exports = plugin; |