chore: Simplified payloads and instance endpoint

This commit is contained in:
Davidson Gomes
2024-06-07 11:09:08 -03:00
parent eed32a3bd9
commit a578384e85
17 changed files with 207 additions and 138 deletions

View File

@@ -1,5 +1,5 @@
export class ProxyDto {
enabled: boolean;
enabled?: boolean;
host: string;
port: string;
protocol: string;