mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'pass-call-id' into 'master'
Pass call ID into function, closes #79 Closes #79 See merge request !78
This commit is contained in:
@@ -172,6 +172,7 @@ func (s *Server) serve(ctx context.Context, c *gin.Context, appName string, foun
|
||||
}
|
||||
return "https"
|
||||
}(), c.Request.Host, c.Request.URL.String()),
|
||||
"CALL_ID": reqID,
|
||||
}
|
||||
|
||||
// app config
|
||||
|
||||
Reference in New Issue
Block a user