Skip to content

Commit

Permalink
Merge pull request #87 from michielmulders/master
Browse files Browse the repository at this point in the history
Solved Issue 57: mv connection/index.js connection.js && rm connection
  • Loading branch information
michielmulders committed Aug 16, 2017
2 parents b524e9d + 8754d10 commit ebc26cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/index.js → src/connection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import request from '../request'
import request from './request'


const HEADER_BLACKLIST = ['content-type']
Expand Down

0 comments on commit ebc26cb

Please sign in to comment.