diff options
| author | winter | 2024-12-23 22:26:46 +0000 |
|---|---|---|
| committer | winter | 2024-12-23 22:26:46 +0000 |
| commit | aafbcc8fc1a07872fffa4d669117f41148e509a8 (patch) | |
| tree | 0db483fc6883be0049590f612be8de9b025d2ab7 /routes/webfinger.php | |
| parent | 916d4521cb595493bc5df8b7f9ef52310b6d013a (diff) | |
rename "user" to actor and "post" to note everywhere
Diffstat (limited to 'routes/webfinger.php')
| -rw-r--r-- | routes/webfinger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/webfinger.php b/routes/webfinger.php index 541fb06..1b719cd 100644 --- a/routes/webfinger.php +++ b/routes/webfinger.php @@ -29,7 +29,7 @@ Router::getInstance()->mount('/.well-known/webfinger', function (array $args) { 'links' => [ [ 'rel' => ActorWebfinger::REL_URI, - 'href' => path_to_uri("/user/$actor->handle"), + 'href' => path_to_uri("/actor/$actor->handle"), 'type' => 'application/json' ] ] |
