fix: полный продакшен-фикс dashboard/peer/hysteria по fix35

This commit is contained in:
2026-05-09 15:38:30 +05:00
parent a4157d1363
commit 78656e74b0
18 changed files with 190 additions and 85 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export interface PeerVo extends IdDto {
export interface PeerClientConfigVo {
url: string;
qrCode: string | Uint8Array;
qrCode?: string | Uint8Array;
}
export interface KickPeerDto {