feat(ops-server): implement TypedRouter integration and modular handler classes

This commit is contained in:
Juergen Kunz
2025-06-08 07:04:35 +00:00
parent ab19130904
commit 61778bdba8
10 changed files with 1188 additions and 14 deletions

View File

@ -134,6 +134,8 @@ export class DcRouter {
public storageManager: StorageManager;
public opsServer: OpsServer;
// TypedRouter for API endpoints
public typedrouter = new plugins.typedrequest.TypedRouter();
// Environment access
private qenv = new plugins.qenv.Qenv('./', '.nogit/');