Skip to content

Commit

Permalink
Issue #23: clear dynamic routes properly
Browse files Browse the repository at this point in the history
* Fixes #23: Dynamic routes or manual overrides were ignored when empty
  • Loading branch information
magiconair committed Dec 9, 2015
1 parent e9b09cc commit e894761
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ func initDynamicRoutes() {
case mancfg = <-man:
}

if svccfg == "" && mancfg == "" {
continue
}

// manual config overrides service config
// order matters
next := svccfg + "\n" + mancfg
Expand Down

0 comments on commit e894761

Please sign in to comment.