Skip to content

Commit

Permalink
fix(server-abstractions): correct summary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilzendegen committed Apr 10, 2024
1 parent dbdada6 commit b33f4fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace Thinktecture.Relay.Server.Extensions;
/// A struct containing the parsed request url.
/// </summary>
/// <param name="Mode">The requested mode.</param>
/// <param name="Target">The unique name of the tenant.</param>
/// <param name="TenantName">The unique name of the tenant.</param>
/// <param name="Target">The name of the target.</param>
/// <param name="Url">The url for the target.</param>
public record struct RelayRequest(string Mode, string TenantName, string Target, string Url);

Expand Down

0 comments on commit b33f4fe

Please sign in to comment.