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