diff options
Diffstat (limited to '')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ const ( listenAddress = ":8080" ) -var tpl = template.Must(template.ParseFiles("index.html")) +var tpl = template.Must(template.ParseFiles("static/index.html")) // basicAuth wraps any http.Handler and enforces HTTP Basic Authentication. func basicAuth(next http.Handler) http.Handler { |
