succd: show logo
This commit is contained in:
parent
7dffd2a4b4
commit
781bbaaeb4
3 changed files with 21 additions and 1 deletions
|
|
@ -201,6 +201,7 @@ func main() {
|
|||
}
|
||||
|
||||
http.HandleFunc("/", d.httpIndex)
|
||||
http.HandleFunc("/favicon.png", d.httpFavicon)
|
||||
http.HandleFunc("/stream", d.httpStream)
|
||||
http.HandleFunc("/metrics", d.httpMetrics)
|
||||
http.HandleFunc("/button/vent", d.httpButtonVent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue