We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fff92 commit 7afe4f8Copy full SHA for 7afe4f8
1 file changed
www/storage/index.php
@@ -24,8 +24,8 @@
24
break;
25
case "POST":
26
switch ($request) {
27
- case "/api/storage/new":
28
- case "/api/storage/new/":
+ case "/api/storage":
+ case "/api/storage/":
29
SolidStorageProvider::respondToStorageNew();
30
31
default:
0 commit comments