add comment
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rama Priyanto 2026-04-01 21:58:05 +07:00
parent 6048f17e5f
commit 73831a71f7
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ export async function subscription(data: any) {
const headers = { const headers = {
"content-type": "application/json", "content-type": "application/json",
}; };
const pathUrl = `/subscription`; const pathUrl = `/subscription`; //test
return await httpPost(pathUrl, headers, data); return await httpPost(pathUrl, headers, data);
} }