Jelajahi Sumber

removed comment since command line creator was built

Steve Brunton 9 tahun lalu
induk
melakukan
96ce9027f3
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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))
 	}