diff --git a/aleksis/core/urls.py b/aleksis/core/urls.py index 0a658e9a790cf7fdb4695837463dc35db1c17398..9cfc877d2fc6dd5844b726a55ec58ba1ed927d2c 100644 --- a/aleksis/core/urls.py +++ b/aleksis/core/urls.py @@ -29,7 +29,7 @@ urlpatterns = [ path("__icons__/", include("dj_iconify.urls")), path( "graphql/", - csrf_exempt(views.LoggingGraphQLView.as_view(graphiql=True)), + csrf_exempt(views.LoggingGraphQLView.as_view()), name="graphql", ), path("logo", force_maintenance_mode_off(views.LogoView.as_view()), name="logo"),