1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00

Change IPDB Proxy URL to self-managed instance

This commit is contained in:
krish7919 (Krish) 2017-09-06 15:26:11 +02:00
parent b5ad61be74
commit b1bbe76f52

View File

@ -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')