Provide workspace name

This commit is contained in:
Daniel Brendel
2024-08-15 10:31:35 +02:00
parent 72f5e31b9b
commit 6180bd1433
+1
View File
@@ -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)
]);