7 lines
222 B
JavaScript
7 lines
222 B
JavaScript
|
|
|||
|
const backUrl = 'http://aihr.ysmental.com:5380';
|
|||
|
const AIchatUrl = 'http://aihr.ysmental.com:7480';
|
|||
|
const AIvideoUrl = 'https://www.example.com/page3';
|
|||
|
|
|||
|
module.exports = { backUrl, AIchatUrl, AIvideoUrl };
|