mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
Change status.transloadit.com to the more isolated transloaditstatus.com
This commit is contained in:
parent
7b9ec97070
commit
e23106ebe4
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ module.exports = class Client {
|
|||
? `${err.message} (${err.details})`
|
||||
: err.message
|
||||
|
||||
return fetchWithNetworkError('https://status.transloadit.com/client_error', {
|
||||
return fetchWithNetworkError('https://transloaditstatus.com/client_error', {
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue