mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-05-05 13:20:03 -05:00
Provide workspace name
This commit is contained in:
@@ -30,6 +30,7 @@ class ApiModule {
|
||||
curl_setopt($ch, CURLOPT_POST, true);
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, [
|
||||
'title' => $title,
|
||||
'workspace' => app('workspace'),
|
||||
'hortusfox_photo' => curl_file_create($file)
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user