mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 08:49:15 +02:00
Advertise list of known nodes on /api/v1/federation/domains and in nodeinfo if stats sharing is enabled
This commit is contained in:
parent
4adbf5f502
commit
002b3687a8
7 changed files with 60 additions and 0 deletions
|
@ -7,5 +7,6 @@ router.register(r"fetches", api_views.FetchViewSet, "fetches")
|
|||
router.register(r"follows/library", api_views.LibraryFollowViewSet, "library-follows")
|
||||
router.register(r"inbox", api_views.InboxItemViewSet, "inbox")
|
||||
router.register(r"libraries", api_views.LibraryViewSet, "libraries")
|
||||
router.register(r"domains", api_views.DomainViewSet, "domains")
|
||||
|
||||
urlpatterns = router.urls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue