From 73831a71f7ef77a6f7ee9d4a1ab2a9cf12e8d982 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Wed, 1 Apr 2026 21:58:05 +0700 Subject: [PATCH] add comment --- 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); }