Skip to content
Snippets Groups Projects
Commit 562d69fa authored by Jonas's avatar Jonas
Browse files

11.01.2024 - create object types for endpoints #22

parent a08b3696
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
package hdm.mi.sthbackend.types;
import lombok.Getter;
@Getter
public class TeamName {
private String name;
}
package hdm.mi.sthbackend.types;
import lombok.Getter;
@Getter
public class TournamentName {
private String name;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment