Merge branch 'develop' into refactor-logger

This commit is contained in:
Art4 2025-01-13 16:54:48 +00:00
commit 3eab8eb3dd
5 changed files with 32 additions and 23 deletions

View file

@ -602,6 +602,8 @@ return [
'/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]],
],
'/remote_follow/{nickname}' => [Module\Profile\RemoteFollow::class, [R::GET, R::POST]],
'/security' => [
'/password_too_long' => [Module\Security\PasswordTooLong::class, [R::GET, R::POST]],
],