@aiteza/n8n-nodes-aiteza 0.4.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ exports.AitezaOAuth2Api = void 0;
4
4
  /**
5
5
  * Hardcoded Keycloak auth base URL – not user-configurable.
6
6
  */
7
- const KEYCLOAK_BASE_URL = 'https://auth.weyer-data-engineering.com';
7
+ const KEYCLOAK_BASE_URL = 'https://auth.aiteza.ai';
8
8
  class AitezaOAuth2Api {
9
9
  name = 'aitezaOAuth2Api';
10
10
  displayName = 'AITEZA OAuth2 API';