mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10:12 +00:00
Placeholder page for scheduled posts
This commit is contained in:
parent
302b2cecce
commit
ec5ed0cf46
4 changed files with 63 additions and 10 deletions
|
@ -33,6 +33,7 @@ use Friendica\Module;
|
|||
$profileRoutes = [
|
||||
'' => [Module\Profile\Index::class, [R::GET]],
|
||||
'/profile' => [Module\Profile\Profile::class, [R::GET]],
|
||||
'/schedule' => [Module\Profile\Schedule::class, [R::GET]],
|
||||
'/contacts/common' => [Module\Profile\Common::class, [R::GET]],
|
||||
'/contacts[/{type}]' => [Module\Profile\Contacts::class, [R::GET]],
|
||||
'/status[/{category}[/{date1}[/{date2}]]]' => [Module\Profile\Status::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue