Skip to content

Commit

Permalink
Update negative news screening standalone url (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored Nov 9, 2023
1 parent 026e2f1 commit ac20a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/menu-config/menu-config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class MenuConfigService implements MenuConfigApi {
async loadConfig(): Promise<MenuConfigModel> {
return {
dataExtractionUrl: '',
negativeNewsScreeningUrl: 'https://negnews.161ia4n12g8f.us-south.codeengine.appdomain.cloud/',
negativeNewsScreeningUrl: 'https://negative-news.161ia4n12g8f.us-south.codeengine.appdomain.cloud/',
contractComplianceCheckUrl: '',
qualitySamplingUrl: 'https://cpd-cp4ba.cp4ba-cra-c6c44da74def18a795b07cc32856e138-0000.us-south.containers.appdomain.cloud/ae-pbk/QC Sampling(QCSA)',
riskAssessmentEngineUrl: 'https://cpd-cp4ba.cp4ba-cra-c6c44da74def18a795b07cc32856e138-0000.us-south.containers.appdomain.cloud/ae-pbk/Risk%20Assessment%20Business%20Application(EKYCBA)',
Expand Down

0 comments on commit ac20a1d

Please sign in to comment.