mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-25 01:59:07 +02:00
move all go files from root to hscontrol
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
committed by
Juan Font
parent
22e397e0b6
commit
4a7921ead5
8
hscontrol/handler_placeholder.go
Normal file
8
hscontrol/handler_placeholder.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !ts2019
|
||||
|
||||
package headscale
|
||||
|
||||
import "github.com/gorilla/mux"
|
||||
|
||||
func (h *Headscale) addLegacyHandlers(router *mux.Router) {
|
||||
}
|
||||
Reference in New Issue
Block a user