mirror of
https://github.com/grocy/grocy.git
synced 2025-10-23 12:51:30 +00:00
Finish API documentation and token auth (references #5)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Grocy.Components.HabitCard = { };
|
||||
|
||||
Grocy.Components.HabitCard.Refresh = function (habitId)
|
||||
Grocy.Components.HabitCard.Refresh = function(habitId)
|
||||
{
|
||||
Grocy.Api.Get('habits/get-habit-details/' + habitId,
|
||||
function(habitDetails)
|
||||
|
Reference in New Issue
Block a user