Clean up "not implemented" endpoints

This commit is contained in:
Alex Gleason 2024-05-03 17:09:20 -05:00
parent ad3a1ef137
commit 7efd5c1822
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 2 deletions

View File

@ -208,9 +208,7 @@ app.post('/api/v1/reports', requirePubkey, reportsController);
// Not (yet) implemented.
app.get('/api/v1/custom_emojis', emptyArrayController);
app.get('/api/v1/filters', emptyArrayController);
app.get('/api/v1/mutes', emptyArrayController);
app.get('/api/v1/domain_blocks', emptyArrayController);
app.get('/api/v1/markers', emptyObjectController);
app.get('/api/v1/conversations', emptyArrayController);
app.get('/api/v1/lists', emptyArrayController);