From e5178f760463f34b4f9781161fbc77f196bfd8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20L=C3=B6w?= Date: Sat, 9 Jan 2021 22:29:01 +0100 Subject: [PATCH] fix wrong url in user agent of thi-api-request --- rogue-thi-app/lib/thi-api-request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogue-thi-app/lib/thi-api-request.js b/rogue-thi-app/lib/thi-api-request.js index 6135df27..27b78662 100644 --- a/rogue-thi-app/lib/thi-api-request.js +++ b/rogue-thi-app/lib/thi-api-request.js @@ -10,7 +10,7 @@ const ENDPOINT_HOST = 'hiplan.thi.de' const ENDPOINT_URL = '/webservice/production2/index.php' const PROXY_URL = process.env.NEXT_PUBLIC_PROXY_URL const GIT_URL = process.env.NEXT_PUBLIC_GIT_URL -const USER_AGENT = `neuland.app/${version} (+${PROXY_URL})` +const USER_AGENT = `neuland.app/${version} (+${GIT_URL})` // T-TeleSec GlobalRoot Class 2 // valid until 02.10.2033, 1:59:59 CEST