mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:19:24 +02:00
Proper federation namespace and prefix
This commit is contained in:
parent
4487eb4cca
commit
d8b74b9556
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from . import views
|
|||
|
||||
router = routers.SimpleRouter(trailing_slash=False)
|
||||
router.register(
|
||||
r'instance',
|
||||
r'federation/instance',
|
||||
views.InstanceViewSet,
|
||||
'instance')
|
||||
router.register(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue