debug logs and b64 non encodable
This commit is contained in:
@@ -4,11 +4,13 @@ import (
|
||||
"local/firestormy/config"
|
||||
"local/firestormy/config/ns"
|
||||
"local/firestormy/scheduler"
|
||||
"local/logb"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func (s *Server) run(w http.ResponseWriter, r *http.Request) {
|
||||
logb.Debugf("[access] run %s", r.URL.Path)
|
||||
keys := strings.Split(r.URL.Path, "/")
|
||||
key := keys[len(keys)-1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user