1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

switch back proxyUrl too

This commit is contained in:
Matthias Kretschmann 2018-01-08 19:23:14 -02:00
parent a4df9f9845
commit ddb912d606
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,7 +4,7 @@
//=include bigchain/newsletter.js
const bigchaindbUrl = 'https://test.ipdb.io'
const proxyUrl = 'https://getstarted.bigchaindb.com:4443'
const proxyUrl = 'https://getstarted.ipdb.io:4443'
const apiPath = '/api/v1/'
jQuery(function($) {