1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-03-22 01:26:09 +03:00
uptime-kuma/server/plugin.js

13 lines
107 B
JavaScript

class Plugin {
async load() {
}
async unload() {
}
}
module.exports = {
Plugin,
};