mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Small bug fix for special handlers.
This commit is contained in:
@@ -73,6 +73,8 @@ func (s *Server) UseSpecialHandlers(ginC *gin.Context) error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
// now call the normal runner call
|
||||
handleRunner(ginC)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user