mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
9219ef2413
commit
e8957c2592
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ export function startBasic(acknowledge) {
|
|||
|
||||
export function startTrial() {
|
||||
const options = {
|
||||
url: chrome.addBasePath('/api/license/start_trial?acknowledge=true'),
|
||||
url: chrome.addBasePath('/api/license/start_trial'),
|
||||
contentType: 'application/json',
|
||||
cache: false,
|
||||
crossDomain: true,
|
||||
|
|
|
@ -22,7 +22,7 @@ export async function startTrial(req, xpackInfo) {
|
|||
const { callWithRequest } = req.server.plugins.elasticsearch.getCluster('admin');
|
||||
const options = {
|
||||
method: 'POST',
|
||||
path: '_xpack/license/start_trial'
|
||||
path: '_xpack/license/start_trial?acknowledge=true'
|
||||
};
|
||||
try {
|
||||
/*eslint camelcase: 0*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue