mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 15:31:24 +02:00
feat(entrypoint): added CatchAll and NotFound rules and handler
This commit is contained in:
@@ -128,7 +128,7 @@ func (r *ReveseProxyRoute) Start(parent task.Parent) gperr.Error {
|
||||
}
|
||||
|
||||
if len(r.Rules) > 0 {
|
||||
r.handler = r.Rules.BuildHandler(r.Name(), r.handler)
|
||||
r.handler = r.Rules.BuildHandler(r.handler)
|
||||
}
|
||||
|
||||
if r.HealthMon != nil {
|
||||
|
||||
Reference in New Issue
Block a user