mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 22:59:15 +02:00
5 lines
124 B
Python
5 lines
124 B
Python
from rest_framework import parsers
|
|
|
|
|
|
class ActivityParser(parsers.JSONParser):
|
|
media_type = "application/activity+json"
|