mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
share + email combined
This commit is contained in:
parent
41d70a9a15
commit
208e580985
@ -12,7 +12,7 @@ let ShareForm = React.createClass({
|
||||
mixins: [FormMixin],
|
||||
|
||||
url() {
|
||||
return ApiUrls.ownership_shares_mail;
|
||||
return ApiUrls.ownership_shares;
|
||||
},
|
||||
|
||||
getFormData() {
|
||||
|
@ -18,7 +18,7 @@ let apiUrls = {
|
||||
'ownership_loans': AppConstants.apiEndpoint + 'ownership/loans/',
|
||||
'ownership_loans_confirm': AppConstants.apiEndpoint + 'ownership/loans/confirm/',
|
||||
'ownership_loans_deny': AppConstants.apiEndpoint + 'ownership/loans/deny/',
|
||||
'ownership_shares_mail': AppConstants.apiEndpoint + 'ownership/shares/mail/',
|
||||
'ownership_shares': AppConstants.apiEndpoint + 'ownership/shares/',
|
||||
'ownership_transfers': AppConstants.apiEndpoint + 'ownership/transfers/',
|
||||
'ownership_unconsigns': AppConstants.apiEndpoint + 'ownership/unconsigns/',
|
||||
'ownership_unconsigns_deny': AppConstants.apiEndpoint + 'ownership/unconsigns/deny/',
|
||||
|
Loading…
Reference in New Issue
Block a user