diff --git a/backend/config/settings.py b/backend/config/settings.py index ab6b144..1787a8c 100644 --- a/backend/config/settings.py +++ b/backend/config/settings.py @@ -78,6 +78,8 @@ MIDDLEWARE = [ "django_structlog.middlewares.RequestMiddleware", ] +REST_FRAMEWORK = {"DEFAULT_RENDERER_CLASSES": ("rest_framework.renderers.JSONRenderer",)} + ROOT_URLCONF = "config.urls" WSGI_APPLICATION = "config.wsgi.application"