mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			146 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			146 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// +build !pprof
 | 
						|
 | 
						|
package debug
 | 
						|
 | 
						|
import (
 | 
						|
	"github.com/go-martini/martini"
 | 
						|
)
 | 
						|
 | 
						|
func RegisterRoutes(r martini.Router) {
 | 
						|
	// do nothing
 | 
						|
}
 |