Skip to content

Commit e329bb2

Browse files
committed
typofix
1 parent 4aabecc commit e329bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/storage/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
switch ($request) {
2727
case "/api/storage/new":
2828
case "/api/storage/new/":
29-
StorageServer::respondToStorageNew();
29+
SolidStorageProvider::respondToStorageNew();
3030
break;
3131
default:
3232
header($_SERVER['SERVER_PROTOCOL'] . " 404 Not found");

0 commit comments

Comments
 (0)