parent
					
						
							
								8ebd15e6a6
							
						
					
				
			
			
				commit
				
					
						2a9799493a
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -168,7 +168,7 @@ func RegisterRoutes(m *macaron.Macaron) { | ||||||
| 	m.Head("/", func() string { | 	m.Head("/", func() string { | ||||||
| 		return "" | 		return "" | ||||||
| 	}) | 	}) | ||||||
| 	m.Get("/", ignSignIn, routers.Home) | 	m.Get("/", routers.Home) | ||||||
| 	m.Group("/explore", func() { | 	m.Group("/explore", func() { | ||||||
| 		m.Get("", func(ctx *context.Context) { | 		m.Get("", func(ctx *context.Context) { | ||||||
| 			ctx.Redirect(setting.AppSubURL + "/explore/repos") | 			ctx.Redirect(setting.AppSubURL + "/explore/repos") | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fluf
				Fluf