From 86804da8f706d113a1ee58862c795a694357c2d1 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 30 Mar 2026 20:45:04 +0700 Subject: [PATCH] test add comment for build --- 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); }