From e5d2e981d267b0dfecb739455515db3ec4fd3f0a Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 30 Mar 2026 20:23:58 +0700 Subject: [PATCH] fixing drone --- services/subscribe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/subscribe.ts b/services/subscribe.ts index 094b94d..485786f 100644 --- a/services/subscribe.ts +++ b/services/subscribe.ts @@ -12,6 +12,6 @@ export async function subscription(data: any) { const headers = { "content-type": "application/json", }; - const pathUrl = `/subscription`; + const pathUrl = `/subscription`; //test return await httpPost(pathUrl, headers, data); }