3 lines
76 B
Bash
3 lines
76 B
Bash
|
const APP_URL = 'https://app.embeautyclinic.com';
|
||
|
|
||
|
module.exports = APP_URL;
|