new(all): WebDav support for all bots.

This commit is contained in:
Rodrigo Rodriguez 2024-08-31 04:02:17 -03:00
parent 009263d309
commit 8e2c747723

View file

@ -289,6 +289,9 @@ export class GBMinService {
GBServer.globals.minInstances.push(min);
const user = null; // No user context.
await GBVMService.loadConnections(min);
// Serves individual URL for each bot conversational interface.
await this.deployer['deployPackage2'](min, user, 'templates/default.gbai/default.gbtheme');
@ -385,8 +388,6 @@ export class GBMinService {
Fs.writeFileSync(packageTeams, data);
}
await GBVMService.loadConnections(min);
// Serves individual URL for each bot user interface.
if (process.env.DISABLE_WEB !== 'true') {