Skip to content

Commit f061325

Browse files
author
Maksym Mykhailenko
committed
chore: fix demo port
1 parent d40c8bb commit f061325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ export const SPECIAL_QUERY_PARAMS = ['returnUrl', 'refCode']
760760

761761
// export const PROJECTS_API_URL = process.env.PROJECTS_API_URL || TC_API_URL
762762
// 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'
763+
export const PROJECTS_API_URL = 'https://dev.maxceem.com'
764764
export const CONNECT_MESSAGE_API_URL = process.env.CONNECT_MESSAGE_API_URL || TC_API_URL
765765

766766
export const NEW_PROJECT_PATH = '/new-project'

0 commit comments

Comments
 (0)