We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f4d97 commit 7d9b2ceCopy full SHA for 7d9b2ce
packages/backend/src/apps/aibots/index.ts
@@ -8,6 +8,7 @@ const app: IApp = {
8
description: 'Integrate with your customised AI Bot',
9
iconUrl: '{BASE_URL}/apps/aibots/assets/favicon.svg',
10
authDocUrl: '',
11
+ // TODO: update this to PROD once aibots releases the PROD API
12
baseUrl: 'https://aibots.gov.sg',
13
apiBaseUrl: 'https://api.uat.aibots.gov.sg/v1.0/api',
14
primaryColor: '',
0 commit comments