Skip to content

Commit

Permalink
added tests for login and logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovhannes Babayan committed Jan 2, 2015
1 parent 7f7ba2d commit 053c14f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ function Api(config) {
this.httpOptions = {
host: parsed.hostname,
port: parsed.port || 80,
withCredentials: false
withCredentials: false,
headers: {}
};

// Append version to path if provided
Expand Down

0 comments on commit 053c14f

Please sign in to comment.