We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4df37 commit 48a3c42Copy full SHA for 48a3c42
src/IpfsClient.cs
@@ -35,7 +35,7 @@ public partial class IpfsClient
35
/// <summary>
36
/// The default URL to the IPFS API server. The default is "http://localhost:5001".
37
/// </summary>
38
- public static Uri DefaultApiUri = new Uri("http://localhost:5001");
+ public static Uri DefaultApiUri = new Uri("http://localhost:5002");
39
40
41
/// Creates a new instance of the <see cref="IpfsClient"/> class and sets the
0 commit comments