mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 04:05:10 +00:00
transloadit: Update API key URL.
This commit is contained in:
parent
69008fd9fc
commit
1676ff82fd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function validateParams (params) {
|
|||
|
||||
if (!params.auth || !params.auth.key) {
|
||||
throw new Error('Transloadit: The `params.auth.key` option is required. ' +
|
||||
'You can find your Transloadit API key at https://transloadit.com/accounts/credentials.')
|
||||
'You can find your Transloadit API key at https://transloadit.com/account/api-settings.')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue