Add telegram bot API
This commit is contained in:
@@ -141,5 +141,6 @@ func webServerStart() {
|
||||
http.HandleFunc("/ipv6/traceroute/", webBackendCommunicator("traceroute6", "traceroute"))
|
||||
http.HandleFunc("/whois/", webHandlerWhois)
|
||||
http.HandleFunc("/redir/", webHandlerNavbarFormRedirect)
|
||||
http.HandleFunc("/telegram/", webHandlerTelegramBot)
|
||||
http.ListenAndServe(setting.listen, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user