mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 04:51:56 +00:00
Add a simple and pure .Regex middleware for routers that don't support regex route path validations out-of-the-box
Former-commit-id: 84cf1fb267e54543ad6d419b2ca39658b2773b58
This commit is contained in:
@@ -119,8 +119,6 @@ func TestGorillaMuxSimpleParty(t *testing.T) {
|
||||
}
|
||||
|
||||
app.Config.VHost = "0.0.0.0:" + strconv.Itoa(getRandomNumber(2222, 2399))
|
||||
// app.Config.Tester.Debug = true
|
||||
// app.Config.Tester.ExplicitURL = true
|
||||
e := httptest.New(app, t)
|
||||
|
||||
request := func(reqPath string) {
|
||||
|
||||
Reference in New Issue
Block a user