summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-03 23:15:47 -0700
committerSteve Manuel <nilslice@gmail.com>2016-11-03 23:15:47 -0700
commita3ced7a753ef5a2aed0a480985c7b69abf244ac2 (patch)
tree8f9684b3eaba469d833d7ca2e97dfa7a294ca680 /system/admin/handlers.go
parentc9aa995b43d2f24377e8a9ffb07983a62df15dea (diff)
testing new api request analytics in dashboard
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 1291bbb..f9a9486 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -25,7 +25,7 @@ import (
)
func adminHandler(res http.ResponseWriter, req *http.Request) {
- view, err := Admin([]byte(analyticsHTML))
+ view, err := Dashboard()
if err != nil {
log.Println(err)
res.WriteHeader(http.StatusInternalServerError)