Skip to content

Commit a745b74

Browse files
committed
add fixme
1 parent a68e468 commit a745b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Routes/SolidStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static function respondToStorage() {
2323

2424
$wac = new WAC($filesystem);
2525

26-
$baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME'];
26+
$baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME']; // FIXME: get this from the rawRequest instead?
2727
2828
$resourceServer->setBaseUrl($baseUrl);
2929
$wac->setBaseUrl($baseUrl);

0 commit comments

Comments
 (0)