From b81cc58d5ee758e06eafdc6fbdc2128a79f8f2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 20 Mar 2026 14:24:04 +0100 Subject: [PATCH] chore: update http-client config --- http-client.env.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/http-client.env.json b/http-client.env.json index a75660c..50a7b99 100644 --- a/http-client.env.json +++ b/http-client.env.json @@ -42,8 +42,8 @@ "Grant Type": "Authorization Code", "Client ID": "{{oauth2_client_id}}", "Client Secret": "{{oauth2_client_secret}}", - "Auth URL": "https://myep.ep-reisen.de/authorize", - "Token URL": "https://myep.ep-reisen.de/token", + "Auth URL": "https://my.ep-reisen.de/authorize", + "Token URL": "https://my.ep-reisen.de/token", "Redirect URL": "https://myep-team.ep-reisen.de/auth/check", "Scope": "email" }, @@ -52,8 +52,8 @@ "Grant Type": "Authorization Code", "Client ID": "{{oauth2_client_id}}", "Client Secret": "{{oauth2_client_secret}}", - "Auth URL": "https://myep.ep-reisen.de/authorize", - "Token URL": "https://myep.ep-reisen.de/token", + "Auth URL": "https://my.ep-reisen.de/authorize", + "Token URL": "https://my.ep-reisen.de/token", "Redirect URL": "https://myep-team.ep-reisen.de/auth/check", "Scope": "email profile" }, @@ -62,8 +62,8 @@ "Grant Type": "Client Credentials", "Client ID": "{{oauth2_api_client_id}}", "Client Secret": "{{oauth2_api_client_secret}}", - "Auth URL": "https://myep.ep-reisen.de/authorize", - "Token URL": "https://myep.ep-reisen.de/token", + "Auth URL": "https://my.ep-reisen.de/authorize", + "Token URL": "https://my.ep-reisen.de/token", "Scope": "api" } }