summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-10 14:07:34 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-10 14:07:34 -0800
commitbc35db8c462646b8e0ed3bbc94ceca51808a7787 (patch)
tree4998f26c3337372cff501f4bdfee8780bdb51c02 /system/admin/handlers.go
parentf2908a6b3a602394385c7b5bf5014085361549da (diff)
adding pointer fix for decoding, removing print debugs
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index dc779f3..a8ca681 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -2111,6 +2111,8 @@ func addonsHandler(res http.ResponseWriter, req *http.Request) {
return
}
+ http.Redirect(res, req, req.URL.String(), http.StatusFound)
+
default:
res.WriteHeader(http.StatusBadRequest)
errView, err := Error400()