From aafbcc8fc1a07872fffa4d669117f41148e509a8 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 23 Dec 2024 22:26:46 +0000 Subject: rename "user" to actor and "post" to note everywhere --- routes/homepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/homepage.php') diff --git a/routes/homepage.php b/routes/homepage.php index 94fe4c9..c147d67 100644 --- a/routes/homepage.php +++ b/routes/homepage.php @@ -6,7 +6,7 @@ use Digitigrade\Router; Router::getInstance()->mount('/', function (array $args) { if (str_contains($_SERVER['HTTP_ACCEPT'] ?? '', 'text/html')) { - throw new TemporaryRedirect(path_to_uri('/feed/global')); + throw new TemporaryRedirect('/feed/global'); } throw new NotFound(); }); \ No newline at end of file -- cgit v1.3