diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-29 14:39:35 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-29 14:39:35 -0700 |
commit | a48ed8dc7f7ddb3ddbc8ea54ad0b0d2feb7c87f0 (patch) | |
tree | a9b29cab1d50909b9aae7653d92651a0815f71f7 /system/admin/server.go | |
parent | 7ecfc3ac37f3a00522dd486f4b7e7e7c1850de47 (diff) |
fmt bytes to readable and update setupload logic to allow edits
Diffstat (limited to 'system/admin/server.go')
-rw-r--r-- | system/admin/server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/server.go b/system/admin/server.go index 94aca78..3ee44f9 100644 --- a/system/admin/server.go +++ b/system/admin/server.go @@ -33,6 +33,7 @@ func Run() { http.HandleFunc("/admin/configure/users/delete", user.Auth(configUsersDeleteHandler)) http.HandleFunc("/admin/uploads", user.Auth(uploadContentsHandler)) + // http.HandleFunc("/admin/uploads/search", user.Auth(uploadSearchHandler)) http.HandleFunc("/admin/contents", user.Auth(contentsHandler)) http.HandleFunc("/admin/contents/search", user.Auth(searchHandler)) |