new(all): TRUE multicloud.

This commit is contained in:
Rodrigo Rodriguez 2024-08-20 15:32:18 -03:00
parent 6bc15e1a74
commit 079e16b85a

View file

@ -79,6 +79,7 @@ export class GBUtil {
(config['spec'].servers = [{ url: `http://127.0.0.1:${GBConfigService.getServerPort()}/api/messages` }]);
config['openapi'] = '3.0.0';
}
return await new SwaggerClient(config);
}
public static toYAML(data) {