Closed joshvince closed 7 years ago
When the /lines/:id is hit, this now serves a payload of json rather than just the score.
/lines/:id
The payload has this schema:
{ current: "No Problems", lastHour: "Some Problems" }
This is ready for the other app to consume somehow.
When the
/lines/:id
is hit, this now serves a payload of json rather than just the score.The payload has this schema:
This is ready for the other app to consume somehow.