Преглед на файлове

removed comment since command line creator was built

Steve Brunton преди 9 години
родител
ревизия
96ce9027f3
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      web/admin.go

+ 0 - 1
web/admin.go

@@ -33,7 +33,6 @@ func (h *adminHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 	switch r.Method {
 	case "GET":
 		adminGet(h.ctx, w, r)
-	// POST coming later to be able to reload if needed.
 	default:
 		writeJSONError(w, http.StatusText(http.StatusMethodNotAllowed))
 	}