diff --git a/src/app.ts b/src/app.ts index 5b727887..245c8370 100644 --- a/src/app.ts +++ b/src/app.ts @@ -72,6 +72,7 @@ app.get('/api/v1/blocks', emptyArrayController); app.get('/api/v1/mutes', emptyArrayController); app.get('/api/v1/domain_blocks', emptyArrayController); app.get('/api/v1/markers', emptyObjectController); +app.get('/api/v1/timelines/public', emptyArrayController); app.get('/', indexController);