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

This commit is contained in:
Rama Priyanto 2026-03-30 20:45:04 +07:00
parent be4c41356e
commit 86804da8f7
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}