Skip to content

Commit 48a3c42

Browse files
fix: js-ipfs server listens on port 5002
Issue #19
1 parent 5b4df37 commit 48a3c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IpfsClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public partial class IpfsClient
3535
/// <summary>
3636
/// The default URL to the IPFS API server. The default is "http://localhost:5001".
3737
/// </summary>
38-
public static Uri DefaultApiUri = new Uri("http://localhost:5001");
38+
public static Uri DefaultApiUri = new Uri("http://localhost:5002");
3939

4040
/// <summary>
4141
/// Creates a new instance of the <see cref="IpfsClient"/> class and sets the

0 commit comments

Comments
 (0)