summaryrefslogtreecommitdiff
path: root/src/http/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/index.go')
-rw-r--r--src/http/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/index.go b/src/http/index.go
index 21c6c16..48d0d33 100644
--- a/src/http/index.go
+++ b/src/http/index.go
@@ -31,6 +31,6 @@ func (a *api) renderIndexHandler() http.Handler {
return
}
- executeTemplate(rw, r, tpl, nil)
+ a.executeTemplate(rw, r, tpl, nil)
})
}