feat: club end main
This commit is contained in:
@@ -23,7 +23,7 @@ public class SimpleClubModel {
|
||||
if (model == null)
|
||||
return null;
|
||||
|
||||
return new SimpleClubModel(model.getId(), model.getName(), model.getCountry(), model.getShieldURL(),
|
||||
model.getNo_affiliation());
|
||||
return new SimpleClubModel(model.getId(), model.getName(), model.getCountry(),
|
||||
"/api/club/" + model.getClubId() + "/logo", model.getNo_affiliation());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user