Skip to content

Commit

Permalink
update consts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Dec 20, 2024
1 parent c233872 commit c77fadb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BeeNet.Core/Models/SwarmHttpConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ namespace Etherna.BeeNet.Models
{
public static class SwarmHttpConsts
{
public const string SwarmPostageBatchId = "swarm-postage-batch-id";
public const string SwarmTag = "swarm-tag";
public const string SwarmPinningHeader = "swarm-pin";
public const string SwarmPostageBatchIdHeader = "swarm-postage-batch-id";
public const string SwarmTagHeader = "swarm-tag";
}
}

0 comments on commit c77fadb

Please sign in to comment.