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:
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user