From 8f12938f28c0637a9261c7fcb4b0e311b8ba3b40 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 15 May 2017 03:49:49 -0700 Subject: adding csv format interface and handler impl --- system/admin/server.go | 1 + 1 file changed, 1 insertion(+) (limited to 'system/admin/server.go') diff --git a/system/admin/server.go b/system/admin/server.go index 2180441..426dabd 100644 --- a/system/admin/server.go +++ b/system/admin/server.go @@ -37,6 +37,7 @@ func Run() { http.HandleFunc("/admin/contents", user.Auth(contentsHandler)) http.HandleFunc("/admin/contents/search", user.Auth(searchHandler)) + http.HandleFunc("/admin/contents/export", user.Auth(exportHandler)) http.HandleFunc("/admin/edit", user.Auth(editHandler)) http.HandleFunc("/admin/edit/delete", user.Auth(deleteHandler)) -- cgit v1.2.3