diff --git a/handlers/application/diags.go b/handlers/application/diags.go index 3970988..ead9838 100644 --- a/handlers/application/diags.go +++ b/handlers/application/diags.go @@ -60,7 +60,7 @@ func (h *ApplicationHandler) DiagsHome(w http.ResponseWriter, r *http.Request) { func (h *ApplicationHandler) DiagsHistory(w http.ResponseWriter, r *http.Request) { resp, err := h.services.GRPC.Diags.GetDiags(context.TODO(), &diags.GetDiagsRequest{ - Namespaces: []string{"parcoursmob_diagnostiques"}, + Namespaces: []string{"parcoursmob_beneficiaries", "parcoursmob_diagnostiques", "parcoursmob_vehicles", "parcoursmob_bookings"}, //Maxdate: timestamppb.New(time.Now().Add(24 * time.Hour)), })