Added noise poll handler
This commit is contained in:
parent
0d0042b7e6
commit
c10142f767
2 changed files with 699 additions and 1 deletions
2
app.go
2
app.go
|
@ -467,7 +467,7 @@ func (h *Headscale) createNoiseMux() *mux.Router {
|
|||
router := mux.NewRouter()
|
||||
|
||||
router.HandleFunc("/machine/register", h.NoiseRegistrationHandler).Methods(http.MethodPost)
|
||||
//router.HandleFunc("/machine/map", h.NoisePollNetMapHandler).Methods(http.MethodPost)
|
||||
router.HandleFunc("/machine/map", h.NoisePollNetMapHandler).Methods(http.MethodPost)
|
||||
|
||||
return router
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue