mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add Markers fallback controller
This commit is contained in:
parent
780b3aeb01
commit
1ba822abaa
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ app.get('/api/v1/filters', emptyArrayController);
|
|||
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);
|
||||
|
||||
export default app;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue