diff options
Diffstat (limited to 'nonsense-time.go')
| -rw-r--r-- | nonsense-time.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nonsense-time.go b/nonsense-time.go index 94c0a30..3ffff11 100644 --- a/nonsense-time.go +++ b/nonsense-time.go @@ -70,6 +70,7 @@ func main() { mux.Handle("GET /site/status", site) mux.HandleFunc("GET /", dashboard.Index) mux.HandleFunc("GET /static/", dashboard.StaticHandler) + mux.HandleFunc("GET /vtt/logs", api.VttLogs) logger.Info(fmt.Sprint("Listening on ", addr)) logger.Info(http.ListenAndServe(addr, mux).Error()) |
