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 d40c8bb commit f061325Copy full SHA for f061325
src/config/constants.js
@@ -760,7 +760,7 @@ export const SPECIAL_QUERY_PARAMS = ['returnUrl', 'refCode']
760
761
// export const PROJECTS_API_URL = process.env.PROJECTS_API_URL || TC_API_URL
762
// for local testing Connect App with Project Service, comment the previous line and uncomment the next one
763
-export const PROJECTS_API_URL = 'https://dev.maxceem.com:8001'
+export const PROJECTS_API_URL = 'https://dev.maxceem.com'
764
export const CONNECT_MESSAGE_API_URL = process.env.CONNECT_MESSAGE_API_URL || TC_API_URL
765
766
export const NEW_PROJECT_PATH = '/new-project'
0 commit comments