mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
fix api status endpoint
This commit is contained in:
@@ -28,10 +28,6 @@ class ClientManager {
|
||||
};
|
||||
}
|
||||
|
||||
stats() {
|
||||
return this.stats;
|
||||
}
|
||||
|
||||
// create a new tunnel with `id`
|
||||
// if the id is already used, a random id is assigned
|
||||
async newClient (id) {
|
||||
|
||||
Reference in New Issue
Block a user