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
parent d033a356d7
commit f1ad6b9aab

View File

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