1
0
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:
Krish 2017-09-11 11:57:37 +02:00 committed by GitHub
commit f3309bdde1

View File

@ -54,7 +54,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
window.removeEventListener('DOMContentLoaded', domload, false) window.removeEventListener('DOMContentLoaded', domload, false)
const driver = window.BigchainDB 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 form = document.getElementById('form-transaction')
const postButton = document.getElementById('post') const postButton = document.getElementById('post')