new(all): WebDav support for all bots.
This commit is contained in:
parent
009263d309
commit
8e2c747723
1 changed files with 3 additions and 2 deletions
|
@ -289,6 +289,9 @@ export class GBMinService {
|
||||||
GBServer.globals.minInstances.push(min);
|
GBServer.globals.minInstances.push(min);
|
||||||
const user = null; // No user context.
|
const user = null; // No user context.
|
||||||
|
|
||||||
|
|
||||||
|
await GBVMService.loadConnections(min);
|
||||||
|
|
||||||
// Serves individual URL for each bot conversational interface.
|
// Serves individual URL for each bot conversational interface.
|
||||||
|
|
||||||
await this.deployer['deployPackage2'](min, user, 'templates/default.gbai/default.gbtheme');
|
await this.deployer['deployPackage2'](min, user, 'templates/default.gbai/default.gbtheme');
|
||||||
|
@ -385,8 +388,6 @@ export class GBMinService {
|
||||||
Fs.writeFileSync(packageTeams, data);
|
Fs.writeFileSync(packageTeams, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
await GBVMService.loadConnections(min);
|
|
||||||
|
|
||||||
// Serves individual URL for each bot user interface.
|
// Serves individual URL for each bot user interface.
|
||||||
|
|
||||||
if (process.env.DISABLE_WEB !== 'true') {
|
if (process.env.DISABLE_WEB !== 'true') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue