Merge pull request #157 from ascribe/feature/nowalias

switch to ipdb-proxy alias
This commit is contained in:
vrde 2017-08-25 11:00:51 +02:00 committed by GitHub
commit 2d02bbf6a4
1 changed files with 1 additions and 1 deletions

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