From 285c3e573e1d01b952342aeaf91aa09303883ebf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 23 May 2025 22:12:05 -0500 Subject: docker support and readme --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index eb56d90..160230b 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) const youtubeAPI = "https://www.googleapis.com/youtube/v3/" -var tmpl = template.Must(template.ParseFiles("template.html")) +var tmpl = template.Must(template.ParseFiles("templates/watch.html")) func apiRequest(w http.ResponseWriter, r *http.Request, endpoint string, videoIdParam string, part string) { videoID := r.URL.Query().Get("id") -- cgit v1.2.3