mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[6.8] Use @commercial/hapi (#97605)
This commit is contained in:
parent
d72ee43808
commit
0997f4e783
237 changed files with 701 additions and 507 deletions
|
@ -4,7 +4,7 @@
|
|||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
|
||||
import Boom from '@hapi/boom';
|
||||
import Boom from '@commercial/boom';
|
||||
|
||||
/**
|
||||
* Wraps ES errors into a Boom error response and returns it
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import expect from 'expect.js';
|
||||
import Boom from '@hapi/boom';
|
||||
import Boom from '@commercial/boom';
|
||||
import { licensePreRoutingFactory } from '../license_pre_routing_factory';
|
||||
|
||||
describe('license_pre_routing_factory', () => {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
|
||||
import Boom from '@hapi/boom';
|
||||
import Boom from '@commercial/boom';
|
||||
import { PLUGIN } from '../../../common/constants';
|
||||
|
||||
export const licensePreRoutingFactory = (server) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue