Skip to content
Snippets Groups Projects
Commit ed523d2e authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Merge remote-tracking branch 'origin/700-3-0-introduce-graphene-graphql' into feature/vuejs

parents b48dddaf 549898ea
No related branches found
No related tags found
1 merge request!1045Introduce Vuetify and GraphQL
......@@ -148,7 +148,7 @@ urlpatterns = [
name="oauth2_provider:authorize",
),
path("oauth/", include("oauth2_provider.urls", namespace="oauth2_provider")),
path("graphql/", csrf_exempt(GraphQLView.as_view(graphiql=True))),
path("graphql/", csrf_exempt(GraphQLView.as_view(graphiql=True)), name="graphql"),
path("__i18n__/", include("django.conf.urls.i18n")),
path(
"ckeditor/upload/",
......
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