remove a field that we're not using anymore.
parent
e338ef8948
commit
e23453ace1
|
@ -338,7 +338,6 @@ func (self *HttpServer) writePoints(w libhttp.ResponseWriter, r *libhttp.Request
|
|||
|
||||
type createDatabaseRequest struct {
|
||||
Name string `json:"name"`
|
||||
ApiKey string `json:apiKey"`
|
||||
}
|
||||
|
||||
type Database struct {
|
||||
|
|
Loading…
Reference in New Issue