add route for profile page with trailing slash

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/748/head
Robin Appelman 2020-10-14 17:41:51 +02:00
rodzic ef8c6f81fc
commit ba1adcef52
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -51,6 +51,7 @@ return [
['name' => 'ActivityPub#actor', 'url' => '/users/{username}', 'verb' => 'GET'],
['name' => 'ActivityPub#actorAlias', 'url' => '/@{username}', 'verb' => 'GET'],
['name' => 'ActivityPub#actorAlias', 'url' => '/@{username}/', 'verb' => 'GET'],
['name' => 'ActivityPub#inbox', 'url' => '/@{username}/inbox', 'verb' => 'POST'],
['name' => 'ActivityPub#getInbox', 'url' => '/@{username}/inbox', 'verb' => 'GET'],
['name' => 'ActivityPub#sharedInbox', 'url' => '/inbox', 'verb' => 'POST'],