Skip to content

Commit 325647b

Browse files
committed
Update AuthorizationHelpers.cs
1 parent bd542e2 commit 325647b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/Authentication/AuthorizationHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class AuthorizationHelpers
1717
/// <summary>
1818
/// The well-known path prefix for resource metadata.
1919
/// </summary>
20-
private static readonly string WellKnownPathPrefix = "/.well-known/";
20+
private const string WellKnownPathPrefix = "/.well-known/";
2121

2222
/// <summary>
2323
/// Initializes a new instance of the <see cref="AuthorizationHelpers"/> class.

0 commit comments

Comments
 (0)