Revert back to graphql endpoint

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-01-20 07:47:48 -08:00
parent 789c4cd1c0
commit 2b11ff90af
6 changed files with 13 additions and 13 deletions

View File

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