Add routes priorities
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
7cdd062432
commit
208998972a
9 changed files with 24 additions and 15 deletions
2
web.go
2
web.go
|
@ -9,11 +9,11 @@ import (
|
|||
"runtime"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/containous/mux"
|
||||
"github.com/containous/traefik/autogen"
|
||||
"github.com/containous/traefik/safe"
|
||||
"github.com/containous/traefik/types"
|
||||
"github.com/elazarl/go-bindata-assetfs"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/thoas/stats"
|
||||
"github.com/unrolled/render"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue