From 424355dfb6c65e688057619a694542abd4623115 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 5 Oct 2024 17:54:56 -0400 Subject: Add endpoint for foundry container's logs --- nonsense-time.go | 1 + 1 file changed, 1 insertion(+) (limited to 'nonsense-time.go') 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()) -- cgit v1.2.3