diff --git a/Tranga/Server/RequestPath.cs b/Tranga/Server/RequestPath.cs index c8db596..cbf4d0d 100644 --- a/Tranga/Server/RequestPath.cs +++ b/Tranga/Server/RequestPath.cs @@ -13,7 +13,7 @@ internal struct RequestPath Func, ValueTuple> method) { this.HttpMethod = httpHttpMethod; - this.RegexStr = regexStr; + this.RegexStr = regexStr + "(?:/?)"; this.Method = method; } } \ No newline at end of file