mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-19 19:17:01 -07:00
server: changed endpoint from /status to /configurator/status
This commit is contained in:
parent
ba3690cb5d
commit
6b0ed4c03d
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ func (s *Server) Serve() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// always available public routes go here (none at the moment)
|
// always available public routes go here (none at the moment)
|
||||||
router.HandleFunc("/status", s.GetStatus)
|
router.HandleFunc("/configurator/status", s.GetStatus)
|
||||||
|
|
||||||
s.Handler = router
|
s.Handler = router
|
||||||
return s.ListenAndServe()
|
return s.ListenAndServe()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue