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

Issue 57: mv connection/index.js connection.js && rm connection + fix all breaking imports)

This commit is contained in:
michielmulders 2017-08-15 20:50:49 +02:00 committed by Tim Daubenschütz
parent 4931b62e8e
commit 484a3eb608

View File

@ -1,4 +1,4 @@
import request from '../request' import request from './request'
const HEADER_BLACKLIST = ['content-type'] const HEADER_BLACKLIST = ['content-type']