#591 - load balancer

This commit is contained in:
Saeed Vaziry
2025-06-04 21:30:47 +02:00
parent 0bd390f27c
commit ab68964d43
7 changed files with 153 additions and 30 deletions

View File

@ -1,9 +1,9 @@
export interface LoadBalancerServer {
load_balancer_id: number;
ip: number;
ip: string;
port: number;
weight: boolean;
backup: string;
weight: string;
backup: boolean;
created_at: string;
updated_at: string;