🐛 fix: restore plugin auth and proxy connection info

This commit is contained in:
2026-08-13 02:32:39 +07:00
parent 3df22125dd
commit 5567ac6594
20 changed files with 141 additions and 65 deletions
+5 -1
View File
@@ -17,6 +17,10 @@ const operatorResourceSync = new OperatorResourceSync();
export const userService = new UserService(userRepo);
export const serverService = new ServerService(serverRepo, k8sService, operatorResourceSync);
export const reverseProxyService = new ReverseProxyService(reverseProxyRepo, operatorResourceSync);
export const reverseProxyService = new ReverseProxyService(
reverseProxyRepo,
k8sService,
operatorResourceSync
);
export const wsService = webSocketService;
export { k8sService, operatorResourceSync };