feat: expose tag color in web API
This commit is contained in:
@@ -136,6 +136,7 @@ defmodule Localiser.Web.Controllers.TagController do
|
||||
id: tag.id,
|
||||
tag_id: tag.tag_id,
|
||||
name: tag.name,
|
||||
color: tag.color,
|
||||
room_id: live && live.room_id,
|
||||
last_seen: live && live.last_seen
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user