You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add feature set for checking if endpoint is workflow
* fix: fmt
* fix: add body field in errors
* fix: tests
* fix: return headers in all serve handlers
* fix: add protocol header to error responses too
* fix: add header to serveMany error responses
* fix: set headers before sending response and fix express issues
in #118, we bumped express to express 5 which is a breaking change. One thing we missed was how the catch all routes were defined. Because of this, we were getting 'TypeError: Missing parameter name at 1: https://git.new/pathToRegexpError' errors in express example. Fixed it by updating the catch all routes in express handler. See the related issue for more details: expressjs/express#5936
* fix: change expected call count for invoke route
* fix: add non workflow trigger to ci
0 commit comments