mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 11:57:02 +00:00
add '{date}' dynamic path parameter type
This commit is contained in:
@@ -207,7 +207,6 @@ func convertBuilderFunc(fn interface{}) ParamFuncBuilder {
|
||||
val = strings.Split(arg[1:len(arg)-1], ",") // only string slices.
|
||||
}
|
||||
}
|
||||
|
||||
default:
|
||||
val = arg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user