Fixed Search UI route (#99065) (#99093)

This commit is contained in:
Jason Stoltzfus 2021-05-03 16:23:25 -04:00 committed by GitHub
parent 2edc170a5b
commit 8d19df19b8
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/search_ui/field_config',
path: '/as/engines/:engineName/reference_application/field_config',
});
});
});

View file

@ -23,7 +23,7 @@ export function registerSearchUIRoutes({
},
},
enterpriseSearchRequestHandler.createRequest({
path: '/as/engines/:engineName/search_ui/field_config',
path: '/as/engines/:engineName/reference_application/field_config',
})
);
}