Skip to content

Commit

Permalink
match social to measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
violetaperezandrade committed Apr 13, 2024
1 parent 57cac86 commit 509b87e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ def getExtraData():
"plants": Plants(),
"plant-type": Plants(),
"logs": Plants(),
"login": Users()
"login": Users(),
# TODO: Add the new service
"socal": Measurements()
}


Expand Down

0 comments on commit 509b87e

Please sign in to comment.