This commit is contained in:
Pierre Charton 2024-12-16 09:32:28 +01:00
parent a1b3d75ea1
commit 31c3be44bc
2 changed files with 2 additions and 2 deletions

View File

@ -40,4 +40,4 @@ public class BackrollVmBackup {
this.name = name;
this.date = date;
}
}
}

View File

@ -30,4 +30,4 @@ public class BackrollBackupStatusResponse {
@JsonProperty("status")
public String status;
}
}