mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 11:25:09 +01:00
961b8ee58d
removed retry consign_form
9 lines
322 B
JavaScript
9 lines
322 B
JavaScript
import AppConstants from './application_constants';
|
|
|
|
let apiUrls = {
|
|
'ownership_shares_mail' : AppConstants.baseUrl + 'ownership/shares/mail/',
|
|
'ownership_transfers' : AppConstants.baseUrl + 'ownership/transfers/',
|
|
'ownership_consigns' : AppConstants.baseUrl + 'ownership/consigns/'
|
|
};
|
|
|
|
export default apiUrls; |