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 e36cb63 commit 179e237
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 @@ -68,6 +68,8 @@ export class EnterpriseSearchPlugin implements Plugin {
mount: async (params: AppMountParameters) => {
const [coreStart] = await core.getStartServices();

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

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

Expand Down

0 comments on commit 179e237

Please sign in to comment.