mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-27 11:16:35 +00:00
typo
This commit is contained in:
parent
01dea50c1f
commit
17b8334c6e
|
@ -93,7 +93,7 @@ def create_app(test_config=None):
|
|||
app.add_url_rule(
|
||||
"/graphql",
|
||||
view_func=AsyncGraphQLView.as_view(
|
||||
"graphql", shema=schema
|
||||
"graphql", schema=schema
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue