We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af450 commit 1b689d4Copy full SHA for 1b689d4
source/Octopus.Server.Client/HttpRouting/HttpRouteExtractor.cs
@@ -17,7 +17,7 @@
17
18
namespace Octopus.Client.HttpRouting
19
{
20
- internal class HttpRouteExtractor : IHttpRouteExtractor
+ public class HttpRouteExtractor : IHttpRouteExtractor
21
22
private static readonly Regex TokensRegex = new Regex("({.+?})",
23
RegexOptions.Compiled | RegexOptions.CultureInvariant | RegexOptions.IgnoreCase);
0 commit comments