mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -168,7 +168,7 @@ func RegisterRoutes(m *macaron.Macaron) {
 | 
			
		||||
	m.Head("/", func() string {
 | 
			
		||||
		return ""
 | 
			
		||||
	})
 | 
			
		||||
	m.Get("/", ignSignIn, routers.Home)
 | 
			
		||||
	m.Get("/", routers.Home)
 | 
			
		||||
	m.Group("/explore", func() {
 | 
			
		||||
		m.Get("", func(ctx *context.Context) {
 | 
			
		||||
			ctx.Redirect(setting.AppSubURL + "/explore/repos")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user