schema-path-fix
This commit is contained in:
parent
4de1e64ba2
commit
7761ccf2d5
|
@ -39,7 +39,7 @@ load_pages = gql(
|
||||||
} } """
|
} } """
|
||||||
)
|
)
|
||||||
|
|
||||||
schema_str = open(path.dirname(__file__) + "../schemas/ackee.graphql").read()
|
schema_str = open("schemas/ackee.graphql").read()
|
||||||
token = environ.get("ACKEE_TOKEN", "")
|
token = environ.get("ACKEE_TOKEN", "")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user