Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jul 6, 2023
1 parent 7709670 commit ad40002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/profiling/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class ProfilingPlugin implements Plugin {
),
},
hasSetup: async () => {
const response = (await coreSetup.http.get('/api/profiling/v1/setup/es_resources')) as {
const response = (await coreSetup.http.get('/internal/profiling/setup/es_resources')) as {
has_setup: boolean;
has_data: boolean;
};
Expand Down

0 comments on commit ad40002

Please sign in to comment.