Skip to content

Commit

Permalink
Add public url to Workplace Search plugin (elastic#74991)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Aug 13, 2020
1 parent 59e8b20 commit 660e7fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/enterprise_search/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export class EnterpriseSearchPlugin implements Plugin {
const { chrome } = coreStart;
chrome.docTitle.change(WORKPLACE_SEARCH_PLUGIN.NAME);

await this.setPublicUrl(config, coreStart.http);

const { renderApp } = await import('./applications');
const { WorkplaceSearch } = await import('./applications/workplace_search');

Expand Down

0 comments on commit 660e7fb

Please sign in to comment.