mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Prepare file upload API (references #58)
This commit is contained in:
@@ -82,6 +82,9 @@ $app->group('/api', function()
|
||||
// System
|
||||
$this->get('/system/get-db-changed-time', '\Grocy\Controllers\SystemApiController:GetDbChangedTime');
|
||||
|
||||
// Files
|
||||
$this->post('/files/upload/{group}', '\Grocy\Controllers\FilesApiController:Upload');
|
||||
|
||||
// Users
|
||||
$this->get('/users/get', '\Grocy\Controllers\UsersApiController:GetUsers');
|
||||
$this->post('/users/create', '\Grocy\Controllers\UsersApiController:CreateUser');
|
||||
|
Reference in New Issue
Block a user