mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
🐛 fix: restore plugin auth and proxy connection info
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user