mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 20:02:20 -06:00
feat: added option to generate qrcode as soon as the instance is created
This commit is contained in:
@@ -55,6 +55,7 @@ export const instanceNameSchema: JSONSchema7 = {
|
||||
],
|
||||
},
|
||||
},
|
||||
qrcode: { type: 'boolean', enum: [true, false] },
|
||||
},
|
||||
...isNotEmpty('instanceName'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user