mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
send Accept: application/json 🐛
This commit is contained in:
parent
7ec8540db4
commit
769f2e33f6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ const request = (profile, data) => {
|
|||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'Accept-Encoding': 'gzip, deflate',
|
||||
'Accept': 'application/json',
|
||||
'user-agent': 'https://github.com/public-transport/hafas-client'
|
||||
},
|
||||
query: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue