mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 20:09:18 +08:00
HTTPS Monitor using Real Browsers + Limited plugin support (#1787)
This commit is contained in:
13
server/plugin.js
Normal file
13
server/plugin.js
Normal file
@@ -0,0 +1,13 @@
|
||||
class Plugin {
|
||||
async load() {
|
||||
|
||||
}
|
||||
|
||||
async unload() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
Plugin,
|
||||
};
|
Reference in New Issue
Block a user