Skip to content

Commit

Permalink
fix wrong url in user agent of thi-api-request
Browse files Browse the repository at this point in the history
  • Loading branch information
M4GNV5 committed Jan 9, 2021
1 parent 3f70fdc commit e5178f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rogue-thi-app/lib/thi-api-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5178f7

Please sign in to comment.