mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
functions: remove lru (#399)
This commit is contained in:
@@ -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})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user