feat(manifest): Use proper Renderer class for spa manifest
This commit is contained in:
parent
425b7e96fd
commit
76eec47071
2 changed files with 7 additions and 0 deletions
5
api/funkwhale_api/common/renderers.py
Normal file
5
api/funkwhale_api/common/renderers.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from rest_framework.renderers import JSONRenderer
|
||||
|
||||
|
||||
class ActivityStreamRenderer(JSONRenderer):
|
||||
media_type = "application/activity+json"
|
||||
Loading…
Add table
Add a link
Reference in a new issue