diff --git a/API/main.go b/API/main.go index ee86bd4..a8f1824 100644 --- a/API/main.go +++ b/API/main.go @@ -73,6 +73,7 @@ type Engine struct { Mass NullValue `json:"mass_(kg)"` Thrust_weight_ratio NullValue `json:"thrust:weight_ratio"` Oxidiser_fuel_ratio NullValue `json:"oxidiser:fuel_ratio"` + Image NullValue `json:"image"` } func welcome_handler(w http.ResponseWriter, r *http.Request) {