Change proxy endpoint

This commit is contained in:
vrde 2017-07-17 11:42:01 +02:00
parent 5f861d28e3
commit a4f2028965
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
window.removeEventListener('DOMContentLoaded', domload, false)
const driver = window.BigchainDB
// const API_PATH = 'https://ipdb-proxy-obyvvvijdi.now.sh/api/v1/'
const API_PATH = 'https://ipdb-proxy-cmpyydtxja.now.sh/api/v1/'
const API_PATH = 'https://ipdb-proxy-dwahwzxwga.now.sh/api/v1/'
const form = document.getElementById('form-transaction')
const postButton = document.getElementById('post')