From ff5be5f503a2786d649073d8d26e721ace5baa34 Mon Sep 17 00:00:00 2001 From: Leonty Chudinov Date: Thu, 11 Jun 2020 10:27:58 +0500 Subject: [PATCH] Add setBaseUrl to Uri Broker Signed-off-by: Leonty Chudinov --- interface/src/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/index.d.ts b/interface/src/index.d.ts index 15c1e66..680a833 100644 --- a/interface/src/index.d.ts +++ b/interface/src/index.d.ts @@ -235,6 +235,7 @@ declare namespace ZLUX { relativePath: string, version?: string): string; pluginRESTUri(pluginDefinition: Plugin, serviceName: string, relativePath: string, version?: string): string; + setBaseUrl(url: string): void; } interface PluginWatcher {