mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 18:27:05 +00:00
4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
export const SEND_EMAIL_API_URL_PROD = 'https://send.api.mailtrap.io/api/send/';
|
|
export const SEND_EMAIL_API_URL_DEV =
|
|
'https://sandbox.api.mailtrap.io/api/send/2634012';
|