We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe867cb commit de59607Copy full SHA for de59607
pkg/controller/runtime.go
@@ -30,7 +30,7 @@ func (r RuntimeController) RegisterRoutes(e *echo.Echo) error {
30
e.GET("/2018-06-01/runtime/invocation/next", r.NextInvocation)
31
e.POST("/2018-06-01/runtime/invocation/:requestId/response", r.SendResponse)
32
e.POST("/2018-06-01/runtime/invocation/:requestId/error", r.SendError)
33
- e.POST("/2018-06-01/runtime/runtime/init/error", r.SendRuntimeInitError)
+ e.POST("/2018-06-01/runtime/init/error", r.SendRuntimeInitError)
34
35
return nil
36
}
0 commit comments