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

switch to ipdb-proxy alias

This commit is contained in:
Matthias Kretschmann 2017-07-19 17:51:33 +02:00
parent c49653f103
commit 090f5fb93a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -55,7 +55,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-dwahwzxwga.now.sh/api/v1/' const API_PATH = 'https://ipdb-proxy.now.sh/api/v1/'
const form = document.getElementById('form-transaction') const form = document.getElementById('form-transaction')
const postButton = document.getElementById('post') const postButton = document.getElementById('post')