aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/global_timeline.php
diff options
context:
space:
mode:
authorwinter2024-12-23 19:48:28 +0000
committerwinter2024-12-23 19:48:28 +0000
commit505d25e29f1c13403bfbfe7cd9d1ab125be87a4b (patch)
tree1f2e914b3aacd57defb84acf78a871ad1f896927 /routes/global_timeline.php
parentbccad1118364427ea5c97c08d132fd128368760b (diff)
make the timelines look nicer and add local tl
Diffstat (limited to 'routes/global_timeline.php')
-rw-r--r--routes/global_timeline.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/routes/global_timeline.php b/routes/global_timeline.php
deleted file mode 100644
index 654d2c7..0000000
--- a/routes/global_timeline.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-use Digitigrade\Router;
-use Digitigrade\Timeline\GlobalTimeline;
-
-Router::getInstance()->mount('/feed/global', function (array $args) {
- $notes = (new GlobalTimeline())->getNotes();
- render_template('global_timeline', ['notes' => $notes]);
-}); \ No newline at end of file