fix routes router and tests

This commit is contained in:
Pedro Nasser
2016-08-07 16:45:34 -03:00
parent 3d94fc64c9
commit 1eb88e794e
3 changed files with 13 additions and 17 deletions

View File

@@ -27,7 +27,6 @@ func handleRouteUpdate(c *gin.Context) {
}
wroute.Route.AppName = c.Param("app")
log.Infoln("Route: ", c.Param("route"))
wroute.Route.Path = c.Param("route")
if err := wroute.Validate(); err != nil {