Skip to content

Commit 7afe4f8

Browse files
committed
update path
1 parent 82fff92 commit 7afe4f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/storage/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
break;
2525
case "POST":
2626
switch ($request) {
27-
case "/api/storage/new":
28-
case "/api/storage/new/":
27+
case "/api/storage":
28+
case "/api/storage/":
2929
SolidStorageProvider::respondToStorageNew();
3030
break;
3131
default:

0 commit comments

Comments
 (0)