upd: url wa
This commit is contained in:
@@ -49,7 +49,7 @@ Terima kasih atas partisipasi dan kepercayaan Bapak/Ibu.`
|
|||||||
const textFix = encodeURIComponent(text)
|
const textFix = encodeURIComponent(text)
|
||||||
|
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
`https://cld-dkr-prod-wajs-server.wibudev.com/api/wa/code?nom=${tlp}&text=${textFix}`,
|
`${process.env.WA_SERVER_URL}/api/wa/code?nom=${tlp}&text=${textFix}`,
|
||||||
{
|
{
|
||||||
cache: "no-cache",
|
cache: "no-cache",
|
||||||
headers: {
|
headers: {
|
||||||
@@ -119,7 +119,7 @@ Terima kasih atas kepercayaan Bapak/Ibu.`
|
|||||||
|
|
||||||
|
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
`https://cld-dkr-prod-wajs-server.wibudev.com/api/wa/code?nom=${tlp}&text=${textFix}`,
|
`${process.env.WA_SERVER_URL}/api/wa/code?nom=${tlp}&text=${textFix}`,
|
||||||
{
|
{
|
||||||
cache: "no-cache",
|
cache: "no-cache",
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user