diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-03 23:15:47 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-03 23:15:47 -0700 |
commit | a3ced7a753ef5a2aed0a480985c7b69abf244ac2 (patch) | |
tree | 8f9684b3eaba469d833d7ca2e97dfa7a294ca680 /system/admin/handlers.go | |
parent | c9aa995b43d2f24377e8a9ffb07983a62df15dea (diff) |
testing new api request analytics in dashboard
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 2 |
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) |