mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
app: remove unused account search fallback endpoint
This commit is contained in:
parent
e3f11545b7
commit
75dd2652d2
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ app.post('/api/v1/pleroma/admin/config', requireRole('admin'), updateConfigContr
|
||||||
// Not (yet) implemented.
|
// Not (yet) implemented.
|
||||||
app.get('/api/v1/bookmarks', emptyArrayController);
|
app.get('/api/v1/bookmarks', emptyArrayController);
|
||||||
app.get('/api/v1/custom_emojis', emptyArrayController);
|
app.get('/api/v1/custom_emojis', emptyArrayController);
|
||||||
app.get('/api/v1/accounts/search', emptyArrayController);
|
|
||||||
app.get('/api/v1/filters', emptyArrayController);
|
app.get('/api/v1/filters', emptyArrayController);
|
||||||
app.get('/api/v1/blocks', emptyArrayController);
|
app.get('/api/v1/blocks', emptyArrayController);
|
||||||
app.get('/api/v1/mutes', emptyArrayController);
|
app.get('/api/v1/mutes', emptyArrayController);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue