We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb68f9a commit 42e1993Copy full SHA for 42e1993
1 file changed
lib/Routes/SolidStorageProvider.php
@@ -33,8 +33,10 @@ public static function respondToStorageNew() {
33
34
//Mailer::sendStorageCreated($createdStoage);
35
36
+ $storageUrl = "https://storage-" . $createdStorage['storageId'] . "." . BASEDOMAIN . "/";
37
+
38
$responseData = array(
- "storageId" => $createdStorage['storageId']
39
+ "storage" => $storageUrl
40
);
41
header("HTTP/1.1 201 Created");
42
header("Content-type: application/json");
0 commit comments