1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-03-17 01:15:59 +00:00

change user agent

This commit is contained in:
Luca Armaroli
2020-09-12 13:51:52 +02:00
parent 6f082e163b
commit 796753f170

View File

@@ -15,7 +15,7 @@ export class ApiClient {
this.axiosInstance = axios.create({ this.axiosInstance = axios.create({
baseURL: session?.ApiGatewayUri, baseURL: session?.ApiGatewayUri,
// timeout: 7000, // timeout: 7000,
headers: { 'User-Agent': 'destreamer/3.0 (beta)' } headers: { 'User-Agent': 'destreamer/3.0 (Preview)' }
}); });
axiosRetry(this.axiosInstance, { axiosRetry(this.axiosInstance, {