fixing drone
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Rama Priyanto 2026-03-30 20:23:58 +07:00
parent 9532a94344
commit e5d2e981d2
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);
}