mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-21 12:52:19 -06:00
chore: Simplified payloads and instance endpoint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export class ProxyDto {
|
||||
enabled: boolean;
|
||||
enabled?: boolean;
|
||||
host: string;
|
||||
port: string;
|
||||
protocol: string;
|
||||
|
||||
Reference in New Issue
Block a user