mirror of
https://github.com/makeplane/plane.git
synced 2025-12-29 00:24:56 +01:00
chore: upgraded strawberry version (#654)
This commit is contained in:
committed by
GitHub
parent
0f0a61ae00
commit
104ad1a6ee
@@ -47,10 +47,10 @@ INSTALLED_APPS = [
|
||||
"plane.api",
|
||||
"plane.authentication",
|
||||
"plane.ee",
|
||||
# "plane.graphql",
|
||||
"plane.graphql",
|
||||
"plane.payment",
|
||||
# Third-party things
|
||||
# "strawberry.django",
|
||||
"strawberry.django",
|
||||
"rest_framework",
|
||||
"corsheaders",
|
||||
"django_celery_beat",
|
||||
|
||||
@@ -18,7 +18,7 @@ urlpatterns = [
|
||||
path("auth/", include("plane.authentication.urls")),
|
||||
path("api/payments/", include("plane.payment.urls")),
|
||||
path("", include("plane.web.urls")),
|
||||
# path("graphql/", include("plane.graphql.urls")),
|
||||
path("graphql/", include("plane.graphql.urls")),
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -68,4 +68,4 @@ python3-saml==1.16.0
|
||||
# feature flag
|
||||
openfeature-sdk==0.7.0
|
||||
# graphql
|
||||
# strawberry-graphql-django==0.43.0
|
||||
strawberry-graphql-django==0.47.0
|
||||
|
||||
Reference in New Issue
Block a user