debug logs and b64 non encodable
This commit is contained in:
@@ -4,15 +4,18 @@ import (
|
||||
"local/firestormy/config"
|
||||
"local/firestormy/config/ns"
|
||||
"local/firestormy/scheduler"
|
||||
"local/logb"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func (s *Server) disable(w http.ResponseWriter, r *http.Request) {
|
||||
logb.Debugf("[access] disable %s", r.URL.Path)
|
||||
s.setDisabled(w, r, true)
|
||||
}
|
||||
|
||||
func (s *Server) enable(w http.ResponseWriter, r *http.Request) {
|
||||
logb.Debugf("[access] enable %s", r.URL.Path)
|
||||
s.setDisabled(w, r, false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user