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:
Angel Garbarino 2023-07-05 13:52:25 -06:00 committed by GitHub
parent 21f8ad289c
commit f5207a3a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, {