Update GQL path for ajna subgraph watcher server
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 43s
Smoke Test / Run basic test suite (pull_request) Successful in 4m35s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m24s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m58s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m26s

This commit is contained in:
Nabarun 2024-03-26 12:04:05 +05:30
parent 5308ab1e4e
commit 82e730d88d

View File

@ -2,7 +2,7 @@
host = "0.0.0.0"
port = 3008
kind = "active"
gqlPath = "/graphql"
gqlPath = "/"
# Checkpointing state.
checkpointing = true