access management and telemetrics #12

This commit is contained in:
2026-01-24 11:35:09 +02:00
parent e413418f9f
commit 0c63c5fb1a
5 changed files with 171 additions and 2 deletions
+6
View File
@@ -105,6 +105,12 @@ class WebServer {
}
}
async stop(){
if (this.server) {
this.server.close();
}
}
}
export { WebServer };