mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
refactor runner using titan
This commit is contained in:
@@ -29,7 +29,8 @@ func Start(engine *gin.Engine) {
|
||||
|
||||
}
|
||||
|
||||
engine.GET("/r/:app/*route", handleRunner)
|
||||
engine.Any("/r/:app/*route", handleRunner)
|
||||
engine.NoRoute(handleRunner)
|
||||
}
|
||||
|
||||
func simpleError(err error) *models.Error {
|
||||
|
||||
Reference in New Issue
Block a user