Swagger to deploy
This commit is contained in:
@@ -154,7 +154,7 @@ func whoDelete(namespace string, g storage.Graph, w http.ResponseWriter, r *http
|
||||
return err
|
||||
}
|
||||
|
||||
return json.NewEncoder(w).Encode(`{"status":"ok"}`)
|
||||
return json.NewEncoder(w).Encode(map[string]string{"status": "ok"})
|
||||
}
|
||||
|
||||
func whoPatch(namespace string, g storage.Graph, w http.ResponseWriter, r *http.Request) error {
|
||||
|
||||
Reference in New Issue
Block a user