1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-29 22:48:07 +02:00

Fixed #1052, dropped param alias feature

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2018-01-30 19:02:29 -08:00
parent 67a5dcdb91
commit ec048ea523
4 changed files with 1 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ type (
// Rules defines the URL path rewrite rules. The values captured in asterisk can be
// retrieved by index e.g. $1, $2 and so on.
// Examples:
// Example:
// "/old": "/new",
// "/api/*": "/$1",
// "/js/*": "/public/javascripts/$1",