Skip to content
Snippets Groups Projects
Commit 0cd57842 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'revert-accidentally-commited-graphiql-true' into 'master'

Revert accidentally commited graphiql=True

See merge request !1880
parents 40084736 39b51df0
No related branches found
No related tags found
1 merge request!1880Revert accidentally commited graphiql=True
Pipeline #199795 failed
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment