summaryrefslogtreecommitdiff
path: root/system/admin/server.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-04-29 11:21:14 -0700
committerSteve Manuel <nilslice@gmail.com>2017-04-29 11:21:14 -0700
commit7fffb0b422f8306f709f38b029cc0a03e583184c (patch)
tree0b8ab4b70674b9a9fe695d3ec2d979ec05dc29c9 /system/admin/server.go
parent910874aeb538863ac1b9768843b98eb9b013f47e (diff)
adding view and links to admin/manager
Diffstat (limited to 'system/admin/server.go')
-rw-r--r--system/admin/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/admin/server.go b/system/admin/server.go
index df00c21..94aca78 100644
--- a/system/admin/server.go
+++ b/system/admin/server.go
@@ -32,6 +32,8 @@ func Run() {
http.HandleFunc("/admin/configure/users/edit", user.Auth(configUsersEditHandler))
http.HandleFunc("/admin/configure/users/delete", user.Auth(configUsersDeleteHandler))
+ http.HandleFunc("/admin/uploads", user.Auth(uploadContentsHandler))
+
http.HandleFunc("/admin/contents", user.Auth(contentsHandler))
http.HandleFunc("/admin/contents/search", user.Auth(searchHandler))