mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-24 17:02:20 +00:00
change user agent
This commit is contained in:
@@ -15,7 +15,7 @@ export class ApiClient {
|
||||
this.axiosInstance = axios.create({
|
||||
baseURL: session?.ApiGatewayUri,
|
||||
// timeout: 7000,
|
||||
headers: { 'User-Agent': 'destreamer/3.0 (beta)' }
|
||||
headers: { 'User-Agent': 'destreamer/3.0 (Preview)' }
|
||||
});
|
||||
|
||||
axiosRetry(this.axiosInstance, {
|
||||
|
||||
Reference in New Issue
Block a user