mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Aurélien FOUCRET <aurelien.foucret@elastic.co>
This commit is contained in:
parent
caa452dfd9
commit
d4d1f86589
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ describe('reference application routes', () => {
|
|||
});
|
||||
|
||||
expect(mockRequestHandler.createRequest).toHaveBeenCalledWith({
|
||||
path: '/as/engines/:engineName/reference_application/field_config',
|
||||
path: '/as/engines/:engineName/search_experience/field_config',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -23,7 +23,7 @@ export function registerSearchUIRoutes({
|
|||
},
|
||||
},
|
||||
enterpriseSearchRequestHandler.createRequest({
|
||||
path: '/as/engines/:engineName/reference_application/field_config',
|
||||
path: '/as/engines/:engineName/search_experience/field_config',
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue