mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Added the possibility to undo a task (closes #252)
This commit is contained in:
@@ -201,6 +201,7 @@ $app->group('/api', function()
|
||||
{
|
||||
$this->get('/tasks', '\Grocy\Controllers\TasksApiController:Current');
|
||||
$this->post('/tasks/{taskId}/complete', '\Grocy\Controllers\TasksApiController:MarkTaskAsCompleted');
|
||||
$this->post('/tasks/{taskId}/undo', '\Grocy\Controllers\TasksApiController:UndoTask');
|
||||
}
|
||||
|
||||
// Calendar
|
||||
|
Reference in New Issue
Block a user