functions: remove lru (#399)

This commit is contained in:
C Cirello
2016-12-07 00:20:25 +01:00
committed by GitHub
parent 846f4ee365
commit d6a44b5ba4
6 changed files with 1 additions and 167 deletions

View File

@@ -93,7 +93,5 @@ func (s *Server) handleRouteCreate(c *gin.Context) {
return
}
s.resetcache(wroute.Route.AppName, 1)
c.JSON(http.StatusCreated, routeResponse{"Route successfully created", wroute.Route})
}