mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 14:11:10 +01:00
Fix link to API Explorer in console (#21596)
* quick fix for using api keyword in the console * add back space
This commit is contained in:
parent
21f8ad289c
commit
f5207a3a71
@ -115,7 +115,7 @@ export default Component.extend({
|
||||
content = `Welcome to the Vault API explorer! \nWe've filtered the list of endpoints for '${filter}'.`;
|
||||
}
|
||||
try {
|
||||
yield this.router.transitionTo('vault.cluster.open-api-explorer.index', {
|
||||
yield this.router.transitionTo('vault.cluster.tools.open-api-explorer', {
|
||||
queryParams: { filter },
|
||||
});
|
||||
this.logAndOutput(null, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user