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