mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-23 21:57:45 -06:00
feat: added option to generate qrcode as soon as the instance is created
This commit is contained in:
@@ -2,4 +2,5 @@ export class InstanceDto {
|
||||
instanceName: string;
|
||||
webhook?: string;
|
||||
events?: string[];
|
||||
qrcode?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user