mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
Merge pull request #174 from ascribe/ipdb-proxy-azure
Change IPDB Proxy URL to self-managed instance
This commit is contained in:
commit
f3309bdde1
@ -54,7 +54,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
|
||||
window.removeEventListener('DOMContentLoaded', domload, false)
|
||||
|
||||
const driver = window.BigchainDB
|
||||
const API_PATH = 'https://ipdb-proxy.now.sh/api/v1/'
|
||||
const API_PATH = 'https://getstarted.ipdb.io:4443/api/v1/'
|
||||
|
||||
const form = document.getElementById('form-transaction')
|
||||
const postButton = document.getElementById('post')
|
||||
|
Loading…
Reference in New Issue
Block a user