aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pr/checkout.go
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pr/checkout.go')
-rw-r--r--contrib/pr/checkout.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/pr/checkout.go b/contrib/pr/checkout.go
index 9346577bd6..63eca484a5 100644
--- a/contrib/pr/checkout.go
+++ b/contrib/pr/checkout.go
@@ -116,9 +116,7 @@ func runPR() {
//routers.GlobalInit()
external.RegisterParsers()
markup.Init()
- c := routes.NewChi()
- c.Mount("/", routes.NormalRoutes())
- routes.DelegateToMacaron(c)
+ c := routes.NormalRoutes()
log.Printf("[PR] Ready for testing !\n")
log.Printf("[PR] Login with user1, user2, user3, ... with pass: password\n")