Skip to content

Commit

Permalink
Merge pull request #528 from zowe/bugfix/rc/gatway-typo
Browse files Browse the repository at this point in the history
Fix gatway gateway typo
  • Loading branch information
1000TurquoisePogs authored Jan 19, 2024
2 parents 9139f1c + 2e0f416 commit f9cf52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sso-auth/lib/apimlHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ApimlHandler {
}
const gatewayUrl = this.gatewayUrl;
const options = {
hostname: this.apimlConf.gatwayHostname,
hostname: this.apimlConf.gatewayHostname,
port: this.apimlConf.gatewayPort,
//TODO uncertainty about using apicatalog route instead of something part of the gateway itself
path: '/apicatalog/api/v1/auth/logout',
Expand Down

0 comments on commit f9cf52f

Please sign in to comment.