Point compliance portal frontend at portal OAuth API

Update Relay schema paths and HTTP endpoints so the portal app
talks to the compliance portal GraphQL and OAuth routes.

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-07-15 10:59:33 +02:00
parent ee3ce94a73
commit 27e012e47a
4 changed files with 16 additions and 19 deletions

View File

@@ -44,7 +44,7 @@
}
},
"trust": {
"schema": "pkg/server/api/trust/v1/schema.graphql",
"schema": "pkg/server/api/complianceportal/v1/schema.graphql",
"language": "typescript",
"noFutureProofEnums": true,
"customScalarTypes": {
@@ -54,7 +54,7 @@
}
},
"complianceportal": {
"schema": "pkg/server/api/trust/v1/schema.graphql",
"schema": "pkg/server/api/complianceportal/v1/schema.graphql",
"language": "typescript",
"noFutureProofEnums": true,
"customScalarTypes": {