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

@@ -55,7 +55,5 @@ func (s *Server) handleAppCreate(c *gin.Context) {
return
}
s.resetcache(wapp.App.Name, 1)
c.JSON(http.StatusCreated, appResponse{"App successfully created", wapp.App})
}