simplified subjects creation json

This commit is contained in:
Arthur Wambst 2025-08-22 00:33:02 +02:00
parent d629357af5
commit 1457c58bb4
No known key found for this signature in database

View File

@ -7,8 +7,4 @@ public class SujetRequest {
public String title;
public String description;
public String pdf;
public Long duration;
public String tools;
public String difficulty;
public String date;
}