umi version bug
This commit is contained in:
parent
073793dabd
commit
8d26a05857
|
@ -31,7 +31,6 @@ func (h *APIHandler) HandleCreateClusterAction(w http.ResponseWriter, req *http.
|
||||||
}
|
}
|
||||||
// TODO validate data format
|
// TODO validate data format
|
||||||
esClient := elastic.GetClient(h.Config.Elasticsearch)
|
esClient := elastic.GetClient(h.Config.Elasticsearch)
|
||||||
esClient.
|
|
||||||
id := util.GetUUID()
|
id := util.GetUUID()
|
||||||
conf.Created = time.Now()
|
conf.Created = time.Now()
|
||||||
conf.Updated = conf.Created
|
conf.Updated = conf.Created
|
||||||
|
|
Loading…
Reference in New Issue