Update Search UI field config route. (#118885) (#118903)

Co-authored-by: Aurélien FOUCRET <aurelien.foucret@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-17 13:47:13 -05:00 committed by GitHub
parent caa452dfd9
commit d4d1f86589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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',
});
});
});

View file

@ -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',
})
);
}