diff --git a/projects-webview-ui/src/app/app.component.html b/projects-webview-ui/src/app/app.component.html index a68b1b5..c196771 100644 --- a/projects-webview-ui/src/app/app.component.html +++ b/projects-webview-ui/src/app/app.component.html @@ -16,8 +16,8 @@ {{authIsLoading ? 'Connecting...' : (selectedProjects | connectText : originalSelectedProjects)}} diff --git a/src/constants.ts b/src/constants.ts index 017bc0b..ebe1868 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,7 +2,7 @@ export const RAZROO_URL = "https://vscode-auth.razroo.com"; export const RAZROO_DEV_URL = "http://localhost:3000"; export const DEV_APP_URL = "http://localhost:4200"; -export const PROD_APP_URL = "https://razroo.com"; +export const PROD_APP_URL = "https://code.razroo.com"; // appsync apis export const DEV_AWS_API_KEY = "da2-mjxxlblgx5f6xgdfsvvxcnhv6e"; export const PROD_AWS_API_KEY = "da2-pineeux4cnaobnb5udeum2o5de";