From d03f98af7620a79464697eceb26cbc8562d95938 Mon Sep 17 00:00:00 2001 From: diminator Date: Wed, 15 Jul 2015 14:02:33 +0200 Subject: [PATCH] loan url --- js/components/ascribe_forms/create_editions_form.js | 2 +- js/constants/api_urls.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/components/ascribe_forms/create_editions_form.js b/js/components/ascribe_forms/create_editions_form.js index 08195756..a9c44993 100644 --- a/js/components/ascribe_forms/create_editions_form.js +++ b/js/components/ascribe_forms/create_editions_form.js @@ -52,7 +52,7 @@ let CreateEditionsForm = React.createClass({ + min={1}/> ); diff --git a/js/constants/api_urls.js b/js/constants/api_urls.js index 1351fa10..b404441b 100644 --- a/js/constants/api_urls.js +++ b/js/constants/api_urls.js @@ -27,7 +27,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_loans_contract': AppConstants.apiEndpoint + 'ownership/loans/contract/', + 'ownership_loans_contract': AppConstants.apiEndpoint + 'ownership/loans/editions/contract/', 'ownership_shares_editions': AppConstants.apiEndpoint + 'ownership/shares/editions/', 'ownership_shares_pieces': AppConstants.apiEndpoint + 'ownership/shares/pieces/', 'ownership_transfers': AppConstants.apiEndpoint + 'ownership/transfers/',