mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 05:59:42 +02:00
v0.5: readme and dockerfile update, removed old panel sources, added new frontend as submodule
This commit is contained in:
@@ -152,6 +152,7 @@ func (p *Provider) loadRoutes() E.NestedError {
|
||||
|
||||
errors := E.NewBuilder("errors loading routes from provider %q", p.name)
|
||||
entries.EachKV(func(a string, e *M.ProxyEntry) {
|
||||
e.Alias = a
|
||||
r, err := R.NewRoute(e)
|
||||
if err.IsNotNil() {
|
||||
errors.Addf("%s: %w", a, err)
|
||||
|
||||
Reference in New Issue
Block a user