Revert console graphql endpoint pathname for tmp n8n app fix

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-20 14:56:42 +04:00
parent a306101446
commit 4881901a73
6 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ func NewMux(
graphqlHandler := NewGraphQLHandler(iamSvc, proboSvc, customDomainCname, logger)
r.Handle("/graphql", graphqlHandler)
r.Handle("/query", graphqlHandler)
r.Get(
"/documents/signing-requests",