mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
editions and api_urls
This commit is contained in:
parent
e36681ad4d
commit
ea770943f2
@ -518,7 +518,7 @@ let FileUploader = React.createClass({
|
||||
bitcoinId: this.props.edition.bitcoin_id
|
||||
}}
|
||||
createBlobRoutine={{
|
||||
url: apiUrls.blob_digitalworks
|
||||
url: apiUrls.blob_otherdatas
|
||||
}}
|
||||
validation={{
|
||||
itemLimit: 100000,
|
||||
|
@ -6,6 +6,7 @@ let apiUrls = {
|
||||
'applications': AppConstants.apiEndpoint + 'applications/',
|
||||
'application_token_refresh': AppConstants.apiEndpoint + 'applications/refresh_token/',
|
||||
'blob_digitalworks': AppConstants.apiEndpoint + 'blob/digitalworks/',
|
||||
'blob_otherdatas': AppConstants.apiEndpoint + 'blob/otherdatas/',
|
||||
'coa': AppConstants.apiEndpoint + 'coa/${id}/',
|
||||
'coa_create': AppConstants.apiEndpoint + 'coa/',
|
||||
'coa_verify': AppConstants.apiEndpoint + 'coa/verify_coa/',
|
||||
|
Loading…
Reference in New Issue
Block a user