Skip to content

Commit 1b689d4

Browse files
committed
Change HttpRouteExtractor access modifier to public to match interface
1 parent d2af450 commit 1b689d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Octopus.Server.Client/HttpRouting/HttpRouteExtractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace Octopus.Client.HttpRouting
1919
{
20-
internal class HttpRouteExtractor : IHttpRouteExtractor
20+
public class HttpRouteExtractor : IHttpRouteExtractor
2121
{
2222
private static readonly Regex TokensRegex = new Regex("({.+?})",
2323
RegexOptions.Compiled | RegexOptions.CultureInvariant | RegexOptions.IgnoreCase);

0 commit comments

Comments
 (0)