mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Client side creation and removal of tags
This commit is contained in:
@@ -51,6 +51,7 @@ public class TagResource extends BaseResource {
|
||||
for (Tag tag : tagList) {
|
||||
JSONObject item = new JSONObject();
|
||||
item.put("id", tag.getId());
|
||||
item.put("name", tag.getName());
|
||||
items.add(item);
|
||||
}
|
||||
response.put("tags", items);
|
||||
|
||||
Reference in New Issue
Block a user