10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
env = to_string!(.env)
|
|
shareableId = to_string!(.shareableId)
|
|
|
|
phoneNumber = if env == "production" {
|
|
"15817019840"
|
|
} else {
|
|
"15817021047"
|
|
}
|
|
|
|
"https://api.whatsapp.com/send?phone={{ phoneNumber }}&text={{ shareableId }}" |