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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user