mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Use chi style middle ware
This commit is contained in:
committed by
Travis Reeder
parent
570e9265f1
commit
cf2c3cf404
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func (s *Server) handleAppUpdate(c *gin.Context) {
|
||||
ctx := c.MustGet("mctx").(MiddlewareContext)
|
||||
ctx := c.Request.Context()
|
||||
|
||||
wapp := models.AppWrapper{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user