Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: add multiaddrs for API and Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb authored and daviddias committed Sep 1, 2017
1 parent eb93377 commit 30160a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ module.exports = (common) => {
return {
Addresses: {
Swarm: addresses,
API: null,
Gateway: null
API: '/ip4/127.0.0.1/tcp/0',
Gateway: '/ip4/127.0.0.1/tcp/0'
}
}
}
Expand Down

0 comments on commit 30160a7

Please sign in to comment.