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

@@ -30,7 +30,5 @@ func (s *Server) handleRouteDelete(c *gin.Context) {
return
}
s.resetcache(appName, 0)
c.JSON(http.StatusOK, gin.H{"message": "Route deleted"})
}