소스 검색

Update cmd/web.go

Yoginth 6 년 전
부모
커밋
3dfa67bf35
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      cmd/web.go

+ 0 - 1
cmd/web.go

@@ -173,7 +173,6 @@ func runWeb(c *cli.Context) error {
 	m.Get("/", ignSignIn, routes.Home)
 	m.Get("/trending", routes.ExploreTrending)
 	m.Group("/explore", func() {
-		m.Get("/", routes.Explore)
 		m.Get("/repos", routes.ExploreRepos)
 		m.Get("/users", routes.ExploreUsers)
 		m.Get("/organizations", routes.ExploreOrganizations)