Skip to content

Commit

Permalink
remove useless interpolation symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Oct 1, 2024
1 parent 560fba3 commit 2c3e594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace DragonFruit.OnionFruit.Web.Worker.Sources.Onionoo;

public partial class TorStatusRequest : ApiRequest
{
public override string RequestPath => $"https://onionoo.torproject.org/details";
public override string RequestPath => "https://onionoo.torproject.org/details";

/// <summary>
/// The date the previous request was made.
Expand Down

0 comments on commit 2c3e594

Please sign in to comment.