mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//go:build !ts2019
 | 
						|
 | 
						|
package headscale
 | 
						|
 | 
						|
import "github.com/gorilla/mux"
 | 
						|
 | 
						|
func (h *Headscale) addLegacyHandlers(router *mux.Router) {
 | 
						|
}
 |